Home
last modified time | relevance | path

Searched refs:getArchTypeForMachOArchName (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp41 llvm::Triple::ArchType darwin::getArchTypeForMachOArchName(StringRef Str) { in getArchTypeForMachOArchName() function in darwin
78 const llvm::Triple::ArchType Arch = getArchTypeForMachOArchName(Str); in setTripleTypeForMachOArchName()
2305 tools::darwin::getArchTypeForMachOArchName(A->getValue(0)); in TranslateArgs()
2309 tools::darwin::getArchTypeForMachOArchName(BoundArch)))) in TranslateArgs()
2610 auto Arch = tools::darwin::getArchTypeForMachOArchName(BoundArch); in TranslateArgs()
H A DDarwin.h30 llvm::Triple::ArchType getArchTypeForMachOArchName(StringRef Str);
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2065 tools::darwin::getArchTypeForMachOArchName(A->getValue()); in BuildUniversalActions()