Home
last modified time | relevance | path

Searched refs:setObjectFormat (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp127 TheTriple.setObjectFormat(Triple::MachO); in makeTriple()
135 TheTriple.setObjectFormat(Triple::XCOFF); in makeTriple()
138 TheTriple.setObjectFormat(Triple::GOFF); in makeTriple()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp22 T.setObjectFormat(Triple::COFF); in createTripleWithCOFFFormat()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1115 void setObjectFormat(ObjectFormatType Kind);
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1555 void Triple::setObjectFormat(ObjectFormatType Kind) { in setObjectFormat() function in Triple
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp98 T.setObjectFormat(llvm::Triple::MachO); in setTripleTypeForMachOArchName()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1319 T.setObjectFormat(llvm::Triple::COFF); in BuildCompilation()