Home
last modified time | relevance | path

Searched defs:TC (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/lib/Driver/
DTools.h93 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang()
109 ClangAs(const ToolChain &TC) : Tool("clang::as", in ClangAs()
130 GnuTool(const char *Name, const char *ShortName, const ToolChain &TC) in GnuTool()
139 const ToolChain &TC) : GnuTool(Name, ShortName, TC) {} in Common()
156 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", in Preprocess()
168 Compile(const ToolChain &TC) : Common("gcc::Compile", in Compile()
180 Link(const ToolChain &TC) : Common("gcc::Link", in Link()
196 Assemble(const ToolChain &TC) : GnuTool("hexagon::Assemble", in Assemble()
211 Link(const ToolChain &TC) : GnuTool("hexagon::Link", in Link()
260 Link(const ToolChain &TC) : GnuTool("cloudabi::Link", "linker", TC) {} in Link()
[all …]
DDriver.cpp377 const ToolChain &TC = getToolChain(*Args); in BuildCompilation() local
492 const ToolChain &TC = C.getDefaultToolChain(); in generateCompilationDiagnostics() local
673 const ToolChain &TC = C.getDefaultToolChain(); in PrintVersion() local
738 const ToolChain &TC = C.getDefaultToolChain(); in HandleImmediateArgs() local
876 void Driver::BuildUniversalActions(const ToolChain &TC, in BuildUniversalActions()
1000 void Driver::BuildInputs(const ToolChain &TC, DerivedArgList &Args, in BuildInputs()
1152 void Driver::BuildActions(const ToolChain &TC, DerivedArgList &Args, in BuildActions()
1302 Driver::ConstructPhaseAction(const ToolChain &TC, const ArgList &Args, in ConstructPhaseAction()
1383 bool Driver::IsUsingLTO(const ToolChain &TC, const ArgList &Args) const { in IsUsingLTO() argument
1488 const ToolChain *TC, const JobAction *JA, in SelectToolForJob()
[all …]
DTool.cpp14 Tool::Tool(const char *_Name, const char *_ShortName, const ToolChain &TC, in Tool()
DTools.cpp193 static void AddLinkerInputs(const ToolChain &TC, in AddLinkerInputs()
2001 const ToolChain &TC, bool KernelOrKext, in addExceptionArgs()
2071 const ToolChain &TC) { in ShouldDisableAutolink()
2083 const ToolChain &TC) { in ShouldDisableDwarfDirectory()
2192 static StringRef getArchNameForCompilerRTLib(const ToolChain &TC) { in getArchNameForCompilerRTLib()
2202 static SmallString<128> getCompilerRTLibDir(const ToolChain &TC) { in getCompilerRTLibDir()
2213 static SmallString<128> getCompilerRT(const ToolChain &TC, StringRef Component, in getCompilerRT()
2235 static void addClangRT(const ToolChain &TC, const ArgList &Args, in addClangRT()
2247 static void addProfileRT(const ToolChain &TC, const ArgList &Args, in addProfileRT()
2260 static void addSanitizerRuntime(const ToolChain &TC, const ArgList &Args, in addSanitizerRuntime()
[all …]
DCompilation.cpp55 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain()
DSanitizerArgs.cpp119 static uint64_t getToolchainUnsupportedKinds(const ToolChain &TC) { in getToolchainUnsupportedKinds()
191 SanitizerArgs::SanitizerArgs(const ToolChain &TC, in SanitizerArgs()
/external/clang/test/CodeGenCXX/
Ddebug-info-template-limit.cpp8 class TC { class
10 TC(const TC &) {} in TC() argument
11 TC() {} in TC() function in TC
Ddebug-info-template.cpp120 struct TC { struct
128 TC<unsigned, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>::nested tci; argument
/external/clang/test/CXX/special/class.dtor/
Dp3-0x.cpp71 struct TC { struct
73 ~TC() {} in ~TC() argument
/external/clang/test/Index/
Dget-cursor.cpp59 class TC { class
/external/clang/tools/libclang/
DCXComment.cpp114 if (const TextComment *TC = dyn_cast<TextComment>(C)) in clang_Comment_isWhitespace() local
132 const TextComment *TC = getASTNodeAs<TextComment>(CXC); in clang_TextComment_getText() local
/external/clang/test/SemaCXX/
Dwarn-thread-safety-negative.cpp119 void test() { TemplateClass<int> TC; } in test() local
/external/clang/lib/AST/
DComment.cpp108 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache() local
/external/clang/include/clang/Sema/
DSemaInternal.h171 const TypoCorrection &TC = getNextCorrection(); in peekNextCorrection() local
/external/deqp/modules/gles31/functional/
Des31fShaderBuiltinConstantTests.cpp114 TC = (1<<glu::SHADERTYPE_TESSELLATION_CONTROL), enumerator
/external/clang/lib/Sema/
DSemaLookup.cpp3365 static void checkCorrectionVisibility(Sema &SemaRef, TypoCorrection &TC) { in checkCorrectionVisibility()
3496 TypoCorrection TC(&SemaRef.Context.Idents.get(Name), ND, NNS, ED); in addName() local
3593 TypoCorrection TC = RI->second.pop_back_val(); in getNextCorrection() local
3668 TypoCorrection TC(QR); in performQualifiedLookups() local
4296 TypoCorrection TC = Result; in CorrectTypo() local
DSemaExprMember.cpp656 [=, &SemaRef](const TypoCorrection &TC) { in LookupMemberExprInRecord()
670 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord()
/external/clang/test/OpenMP/
Dsimd_loop_messages.cpp472 template <typename IT, int ST> class TC { class
Dparallel_for_simd_loop_messages.cpp484 class TC { class
Dparallel_for_loop_messages.cpp484 class TC { class
Dfor_loop_messages.cpp562 class TC { class
Dfor_simd_loop_messages.cpp561 class TC { class
/external/clang/unittests/AST/
DCommentParser.cpp121 TextComment *TC; in HasTextAt() local
142 TextComment *TC; in HasTextWithNewlineAt() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1473 if (Constant *TC = dyn_cast<Constant>(True)) variable
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1409 const unsigned TC = SE->getSmallConstantTripCount(L); in processLoop() local
4479 unsigned TC = SE->getSmallConstantTripCount(TheLoop); in selectVectorizationFactor() local
4656 unsigned TC = SE->getSmallConstantTripCount(TheLoop); in selectUnrollFactor() local

12