|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/TextAPI/MachO/TextAPIContext.h 22 enum FileType : unsigned;
References
include/llvm/TextAPI/MachO/InterfaceFile.h 174 void setFileType(FileType Kind) { FileKind = Kind; }
179 FileType getFileType() const { return FileKind; }
397 FileType FileKind;
lib/TextAPI/MachO/TextAPIContext.h 27 FileType FileKind;
lib/TextAPI/MachO/TextStub.cpp 293 if (Ctx->FileKind == FileType::TBD_V1)
300 if (Ctx->FileKind == FileType::TBD_V3)
317 if (Ctx->FileKind == FileType::TBD_V3)
499 if (File->getFileType() != FileType::TBD_V3)
506 if (File->getFileType() != FileType::TBD_V3)
513 if (File->getFileType() != FileType::TBD_V3)
557 if (File->getFileType() != FileType::TBD_V3)
564 if (File->getFileType() != FileType::TBD_V3)
571 if (File->getFileType() != FileType::TBD_V3)
630 if (Ctx->FileKind == FileType::TBD_V1) {
653 if (Ctx->FileKind != FileType::TBD_V3 &&
662 if (Ctx->FileKind != FileType::TBD_V3)
670 if (Ctx->FileKind != FileType::TBD_V3)
687 if (Ctx->FileKind != FileType::TBD_V3 &&
698 if (Ctx->FileKind != FileType::TBD_V3)
708 if (Ctx->FileKind != FileType::TBD_V3)
747 Ctx->FileKind = FileType::TBD_V4;
749 Ctx->FileKind = FileType::TBD_V3;
751 Ctx->FileKind = FileType::TBD_V2;
754 Ctx->FileKind = FileType::TBD_V1;
756 Ctx->FileKind = FileType::Invalid;
772 case FileType::TBD_V4:
775 case FileType::Invalid:
784 case FileType::TBD_V4:
787 case FileType::TBD_V3:
790 case FileType::TBD_V2:
793 case FileType::TBD_V1:
1020 static void mapKeysToValues(FileType FileKind, IO &IO,
1024 if (FileKind != FileType::TBD_V1)
1027 if (FileKind != FileType::TBD_V1)
1034 if (FileKind != FileType::TBD_V3)
1040 (FileKind == FileType::TBD_V1)
1043 if (FileKind != FileType::TBD_V1)
1046 if (FileKind != FileType::TBD_V1)
lib/TextAPI/MachO/TextStubCommon.cpp 87 if (Ctx && Ctx->FileKind == FileType::TBD_V3) {
106 if (Ctx && Ctx->FileKind != FileType::TBD_V3)
181 if (Ctx->FileKind == FileType::TBD_V4) {
tools/llvm-ifs/llvm-ifs.cpp 251 File.setFileType(FileType::TBD_V3); // Only supporting v3 for now.
unittests/TextAPI/TextStubV1Tests.cpp 191 File.setFileType(FileType::TBD_V1);
unittests/TextAPI/TextStubV2Tests.cpp 210 File.setFileType(FileType::TBD_V2);
unittests/TextAPI/TextStubV3Tests.cpp 166 File.setFileType(FileType::TBD_V3);
unittests/TextAPI/TextStubV4Tests.cpp 212 File.setFileType(FileType::TBD_V4);
utils/unittest/googletest/include/gtest/gtest-printers.h 223 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) {
276 static ::std::string Format(const ToPrint& value) {
351 const T1& value, const T2& /* other_operand */) {
351 const T1& value, const T2& /* other_operand */) {
352 return FormatForComparison<T1, T2>::Format(value);
352 return FormatForComparison<T1, T2>::Format(value);
366 void UniversalPrint(const T& value, ::std::ostream* os);
373 const C& container, ::std::ostream* os) {
439 const T& value, ::std::ostream* os) {
455 void PrintTo(const T& value, ::std::ostream* os) {
478 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
699 static void Print(const T& value, ::std::ostream* os) {
784 static void Print(const T& value, ::std::ostream* os) {
856 typedef T T1;
983 internal::UniversalTersePrinter<T>::Print(value, &ss);
utils/unittest/googletest/include/gtest/gtest.h 1377 const T1& lhs, const T2& rhs) {
1377 const T1& lhs, const T2& rhs) {
1389 const T1& lhs,
1390 const T2& rhs) {
1419 const T1& lhs,
1420 const T2& rhs) {
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h 35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
37 return StreamSwitch<T>::printable(V);
54 const T& V;
55 friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) {
69 static const RawStreamProxy<T> printable(const T &V) { return {V}; }
69 static const RawStreamProxy<T> printable(const T &V) { return {V}; }
utils/unittest/googletest/include/gtest/internal/gtest-internal.h 94 ::std::string PrintToString(const T& value);