Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DInterfaceFile.cpp49 void InterfaceFile::addAllowableClient(StringRef InstallName, in addAllowableClient()
55 void InterfaceFile::addReexportedLibrary(StringRef InstallName, in addReexportedLibrary()
61 void InterfaceFile::addParentUmbrella(const Target &Target_, StringRef Parent) { in addParentUmbrella()
74 void InterfaceFile::addUUID(const Target &Target_, StringRef UUID) { in addUUID()
87 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { in addUUID()
98 void InterfaceFile::addTarget(const Target &Target) { in addTarget()
102 InterfaceFile::const_filtered_target_range
103 InterfaceFile::targets(ArchitectureSet Archs) const { in targets()
110 void InterfaceFile::addSymbol(SymbolKind Kind, StringRef Name, in addSymbol()
121 void InterfaceFile::addDocument(std::shared_ptr<InterfaceFile> &&Document) { in addDocument()
[all …]
H A DTextStub.cpp435 template <> struct MappingTraits<const InterfaceFile *> {
438 NormalizedTBD(IO &IO, const InterfaceFile *&File) { in NormalizedTBD()
613 const InterfaceFile *denormalize(IO &IO) { in denormalize()
617 auto *File = new InterfaceFile; in denormalize()
762 static void mapping(IO &IO, const InterfaceFile *&File) { in mapping()
805 NormalizedTBD_V4(IO &IO, const InterfaceFile *&File) { in NormalizedTBD_V4()
847 InterfaceFile::const_filtered_symbol_range Symbols, in NormalizedTBD_V4()
908 const InterfaceFile *denormalize(IO &IO) { in denormalize()
912 auto *File = new InterfaceFile; in denormalize()
1023 const InterfaceFile *&File) { in mapKeysToValues()
[all …]
H A DCMakeLists.txt4 InterfaceFile.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h156 class InterfaceFile {
340 void addDocument(std::shared_ptr<InterfaceFile> &&Document);
343 InterfaceFile *getParent() const { return Parent; }
348 const std::vector<std::shared_ptr<InterfaceFile>> &documents() const {
406 bool operator==(const InterfaceFile &O) const;
408 bool operator!=(const InterfaceFile &O) const { return !(*this == O); }
435 std::vector<std::shared_ptr<InterfaceFile>> Documents;
438 InterfaceFile *Parent = nullptr;
H A DTextAPIReader.h20 class InterfaceFile; variable
24 static Expected<std::unique_ptr<InterfaceFile>>
H A DTextAPIWriter.h19 class InterfaceFile; variable
25 static Error writeToStream(raw_ostream &os, const InterfaceFile &);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DTapiUniversal.cpp25 Expected<std::unique_ptr<InterfaceFile>> Result = TextAPIReader::get(Source); in TapiUniversal()
41 for (const std::shared_ptr<InterfaceFile> &File : ParsedFile->documents()) in TapiUniversal()
H A DTapiFile.cpp41 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, in TapiFile()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp124 StringRef InterfaceFile = I.second; in copySwiftInterfaces() local
127 sys::path::append(InputPath, Options.PrependPath, InterfaceFile); in copySwiftInterfaces()
128 InterfaceFile = InputPath; in copySwiftInterfaces()
133 outs() << "copy parseable Swift interface " << InterfaceFile << " -> " in copySwiftInterfaces()
137 if ((EC = sys::fs::copy_file(InterfaceFile, Path.str()))) in copySwiftInterfaces()
138 warn(Twine("cannot copy parseable Swift interface ") + InterfaceFile + in copySwiftInterfaces()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/TextAPI/
H A DBUILD.gn10 "InterfaceFile.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMTextAPI/
H A DMakefile10 InterfaceFile.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DTapiFile.h28 TapiFile(MemoryBufferRef Source, const MachO::InterfaceFile &interface,
H A DTapiUniversal.h114 std::unique_ptr<MachO::InterfaceFile> ParsedFile;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp235 InterfaceFile File; in writeTbdStub()