Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp3859 const llvm::Triple &RawTriple = TC.getTriple(); in ConstructJob() local
3916 bool IsWindowsMSVC = RawTriple.isWindowsMSVCEnvironment(); in ConstructJob()
3917 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob()
4428 << A->getSpelling() << RawTriple.str(); in ConstructJob()
4441 << A->getSpelling() << RawTriple.str(); in ConstructJob()
4454 getFramePointerKind(Args, RawTriple); in ConstructJob()
4554 if (!RawTriple.isOSDarwin() && !RawTriple.isNVPTX()) in ConstructJob()
4559 if (KernelOrKext && RawTriple.isOSDarwin()) in ConstructJob()
4641 RenderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, IsWindowsMSVC, in ConstructJob()
4670 if (types::isCXX(InputType) && RawTriple.isOSDarwin() && in ConstructJob()
[all …]