Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.h30 void setTripleTypeForMachOArchName(llvm::Triple &T, StringRef Str);
H A DDarwin.cpp69 void darwin::setTripleTypeForMachOArchName(llvm::Triple &T, StringRef Str) { in setTripleTypeForMachOArchName() function in darwin
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp419 tools::darwin::setTripleTypeForMachOArchName(Target, DarwinArchName); in computeTargetTriple()
426 tools::darwin::setTripleTypeForMachOArchName(Target, ArchName); in computeTargetTriple()