Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DArchitecture.cpp39 StringRef getArchitectureName(Architecture Arch) { in getArchitectureName() function
76 OS << getArchitectureName(Arch); in operator <<()
DArchitectureSet.cpp43 result.append(getArchitectureName(arch)); in operator std::string()
DTarget.cpp51 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")") in operator std::string()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DArchitecture.h38 StringRef getArchitectureName(Architecture Arch);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiUniversal.h55 return MachO::getArchitectureName(Parent->Architectures[Index]); in getArchFlagName()