Searched refs:InterfaceFile (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | InterfaceFile.cpp | 48 void InterfaceFile::addAllowableClient(StringRef InstallName, in addAllowableClient() 54 void InterfaceFile::addReexportedLibrary(StringRef InstallName, in addReexportedLibrary() 60 void InterfaceFile::addParentUmbrella(const Target &Target_, StringRef Parent) { in addParentUmbrella() 74 void InterfaceFile::addUUID(const Target &Target_, StringRef UUID) { in addUUID() 88 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { in addUUID() 99 void InterfaceFile::addTarget(const Target &Target) { in addTarget() 103 InterfaceFile::const_filtered_target_range 104 InterfaceFile::targets(ArchitectureSet Archs) const { in targets() 111 void InterfaceFile::addSymbol(SymbolKind Kind, StringRef Name, in addSymbol()
|
D | TextStub.cpp | 430 template <> struct MappingTraits<const InterfaceFile *> { 433 NormalizedTBD(IO &IO, const InterfaceFile *&File) { in NormalizedTBD() 612 const InterfaceFile *denormalize(IO &IO) { in denormalize() 616 auto *File = new InterfaceFile; in denormalize() 761 static void mapping(IO &IO, const InterfaceFile *&File) { in mapping() 804 NormalizedTBD_V4(IO &IO, const InterfaceFile *&File) { in NormalizedTBD_V4() 846 InterfaceFile::const_filtered_symbol_range Symbols, in NormalizedTBD_V4() 907 const InterfaceFile *denormalize(IO &IO) { in denormalize() 911 auto *File = new InterfaceFile; in denormalize() 1021 const InterfaceFile *&File) { in mapKeysToValues() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | TextAPIWriter.h | 17 class InterfaceFile; variable 23 static Error writeToStream(raw_ostream &os, const InterfaceFile &);
|
D | TextAPIReader.h | 18 class InterfaceFile; variable 22 static Expected<std::unique_ptr<InterfaceFile>>
|
D | InterfaceFile.h | 156 class InterfaceFile {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ |
D | CMakeLists.txt | 6 MachO/InterfaceFile.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | TapiFile.h | 28 TapiFile(MemoryBufferRef Source, const MachO::InterfaceFile &interface,
|
D | TapiUniversal.h | 102 std::unique_ptr<MachO::InterfaceFile> ParsedFile;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | TapiFile.cpp | 41 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, in TapiFile()
|
/external/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 657 "llvm/lib/TextAPI/MachO/InterfaceFile.cpp",
|
D | BUILD.gn | 686 "llvm/lib/TextAPI/MachO/InterfaceFile.cpp",
|
D | CMakeLists.txt | 660 ${LLVM_DIR}/lib/TextAPI/MachO/InterfaceFile.cpp
|