Home
last modified time | relevance | path

Searched refs:InterfaceFile (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DInterfaceFile.cpp48 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()
DTextStub.cpp430 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/
DTextAPIWriter.h17 class InterfaceFile; variable
23 static Error writeToStream(raw_ostream &os, const InterfaceFile &);
DTextAPIReader.h18 class InterfaceFile; variable
22 static Expected<std::unique_ptr<InterfaceFile>>
DInterfaceFile.h156 class InterfaceFile {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/
DCMakeLists.txt6 MachO/InterfaceFile.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiFile.h28 TapiFile(MemoryBufferRef Source, const MachO::InterfaceFile &interface,
DTapiUniversal.h102 std::unique_ptr<MachO::InterfaceFile> ParsedFile;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DTapiFile.cpp41 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, in TapiFile()
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp657 "llvm/lib/TextAPI/MachO/InterfaceFile.cpp",
DBUILD.gn686 "llvm/lib/TextAPI/MachO/InterfaceFile.cpp",
DCMakeLists.txt660 ${LLVM_DIR}/lib/TextAPI/MachO/InterfaceFile.cpp