Home
last modified time | relevance | path

Searched defs:Architectures (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp210 std::vector<Architecture> Architectures; member
222 std::vector<Architecture> Architectures; member
467 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD() local
472 for (auto Architectures : ArchSet) { in NormalizedTBD() local
535 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD() local
540 for (auto Architectures : ArchSet) { in NormalizedTBD() local
731 std::vector<Architecture> Architectures; member
/external/oss-fuzz/docs/reference/
Dglossary.md94 ### Architectures subsection
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiUniversal.h103 std::vector<MachO::Architecture> Architectures; variable