Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiUniversal.h103 std::vector<MachO::Architecture> Architectures; variable