Home
last modified time | relevance | path

Searched refs:getArchitectures (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp439 Architectures = File->getArchitectures(); in NormalizedTBD()
463 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD()
466 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD()
470 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD()
480 if (Library.getArchitectures() == Architectures) in NormalizedTBD()
484 if (Library.getArchitectures() == Architectures) in NormalizedTBD()
537 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DTapiUniversal.cpp35 for (const Architecture Arch : File->getArchitectures()) in TapiUniversal()
H A DTapiFile.cpp45 if (!Symbol->getArchitectures().has(Arch)) in TapiFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h102 ArchitectureSet getArchitectures() const { in getArchitectures() function
184 ArchitectureSet getArchitectures() const {
H A DSymbol.h65 ArchitectureSet getArchitectures() const { in getArchitectures() function