Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.h78 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {} in Clang()
99 ClangAs(const ToolChain &TC) : Tool("clang::as", in ClangAs()
118 const ToolChain &TC) : Tool(Name, ShortName, TC) {} in Common()
135 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", in Preprocess()
147 Precompile(const ToolChain &TC) : Common("gcc::Precompile", in Precompile()
159 Compile(const ToolChain &TC) : Common("gcc::Compile", in Compile()
171 Assemble(const ToolChain &TC) : Common("gcc::Assemble", in Assemble()
182 Link(const ToolChain &TC) : Common("gcc::Link", in Link()
198 Assemble(const ToolChain &TC) : Tool("hexagon::Assemble", in Assemble()
214 Link(const ToolChain &TC) : Tool("hexagon::Link", in Link()
[all …]
DTool.cpp15 const ToolChain &TC) : Name(_Name), ShortName(_ShortName), in Tool()
DDriver.cpp342 const ToolChain &TC = getToolChain(*Args); in BuildCompilation() local
497 const ToolChain &TC = C.getDefaultToolChain(); in generateCompilationDiagnostics() local
660 const ToolChain &TC = C.getDefaultToolChain(); in PrintVersion() local
721 const ToolChain &TC = C.getDefaultToolChain(); in HandleImmediateArgs() local
874 void Driver::BuildUniversalActions(const ToolChain &TC, in BuildUniversalActions()
1006 void Driver::BuildInputs(const ToolChain &TC, const DerivedArgList &Args, in BuildInputs()
1149 void Driver::BuildActions(const ToolChain &TC, const DerivedArgList &Args, in BuildActions()
1433 static const Tool *SelectToolForJob(Compilation &C, const ToolChain *TC, in SelectToolForJob()
1476 const ToolChain *TC, in BuildJobsForAction()
1498 const ToolChain *TC; in BuildJobsForAction() local
[all …]
DTools.cpp148 static void AddLinkerInputs(const ToolChain &TC, in AddLinkerInputs()
208 static void addProfileRT(const ToolChain &TC, const ArgList &Args, in addProfileRT()
858 const ToolChain &TC, in getMipsCPUAndABI()
1517 const ToolChain &TC) { in ShouldDisableAutolink()
1529 const ToolChain &TC) { in ShouldDisableCFI()
1542 const ToolChain &TC) { in ShouldDisableDwarfDirectory()
1619 SanitizerArgs::SanitizerArgs(const ToolChain &TC, const ArgList &Args) in SanitizerArgs()
1744 const ToolChain &TC, const ArgList &Args, ArgStringList &CmdArgs) { in addProfileRTLinux()
1762 const ToolChain &TC, const ArgList &Args, ArgStringList &CmdArgs, in addSanitizerRTLinkFlagsLinux()
1804 static void addAsanRTLinux(const ToolChain &TC, const ArgList &Args, in addAsanRTLinux()
[all …]
DCompilation.cpp59 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain()
/external/clang/test/CodeGenCXX/
Ddebug-info-template-limit.cpp8 class TC { class
10 TC(const TC &) {} in TC() function in TC
11 TC() {} in TC() function in TC
Ddebug-info-template.cpp79 struct TC { struct
91 TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci; argument
/external/smack/src/org/xbill/DNS/
DFlags.java23 public static final byte TC = 6; field in Flags
47 flags.add(TC, "tc"); in flags.add() 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/lib/AST/
DComment.cpp107 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache() local
DTypePrinter.cpp162 Type::TypeClass TC = T->getTypeClass(); in canPrefixQualifiers() local
DType.cpp1808 TagType::TagType(TypeClass TC, const TagDecl *D, QualType can) in TagType()
DASTImporter.cpp381 Type::TypeClass TC = T1->getTypeClass(); in IsStructurallyEquivalent() local
/external/clang/tools/libclang/
DCXComment.cpp106 if (const TextComment *TC = dyn_cast<TextComment>(C)) in clang_Comment_isWhitespace() local
124 const TextComment *TC = getASTNodeAs<TextComment>(CXC); in clang_TextComment_getText() local
/external/clang/lib/Sema/
DSemaLookup.cpp3390 TypoCorrection TC(&SemaRef.Context.Idents.get(Name), ND, NNS, Distance); in addName() local
4177 TypoCorrection TC(*QRI); in CorrectTypo() local
4231 TypoCorrection TC = Result; in CorrectTypo() local
4253 TypoCorrection TC = BestResults["super"].front(); in CorrectTypo() local
DSemaExpr.cpp3970 TypoCorrection TC; in ConvertArgumentsForCall() local
4016 TypoCorrection TC; in ConvertArgumentsForCall() local
DSemaCodeComplete.cpp764 CanQualType TC = SemaRef.Context.getCanonicalType(T); in AdjustResultPriorityForDecl() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1293 if (Constant *TC = dyn_cast<Constant>(True)) variable
/external/clang/unittests/AST/
DCommentParser.cpp121 TextComment *TC; in HasTextAt() local
142 TextComment *TC; in HasTextWithNewlineAt() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2626 unsigned TC = SE->getSmallConstantTripCount(TheLoop, Latch); in canVectorize() local
4073 unsigned TC = SE->getSmallConstantTripCount(TheLoop, TheLoop->getLoopLatch()); in selectVectorizationFactor() local
4221 unsigned TC = SE->getSmallConstantTripCount(TheLoop, in selectUnrollFactor() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2010 llvm::DIType TC = getTypeOrNull(Ty); in getOrCreateType() local