Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.h45 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {} in Clang()
61 ClangAs(const ToolChain &TC) : Tool("clang::as", in ClangAs()
80 const ToolChain &TC) : Tool(Name, ShortName, TC) {} in Common()
97 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", in Preprocess()
109 Precompile(const ToolChain &TC) : Common("gcc::Precompile", in Precompile()
121 Compile(const ToolChain &TC) : Common("gcc::Compile", in Compile()
133 Assemble(const ToolChain &TC) : Common("gcc::Assemble", in Assemble()
144 Link(const ToolChain &TC) : Common("gcc::Link", in Link()
165 const ToolChain &TC) : Tool(Name, ShortName, TC) {} in DarwinTool()
194 const ToolChain &TC) : DarwinTool(Name, ShortName, TC) {} in CC1()
[all …]
DHostInfo.cpp110 ToolChain *&TC = ToolChains[Arch]; in CreateToolChain() local
208 ToolChain *&TC = ToolChains[ArchName]; in CreateToolChain() local
255 ToolChain *&TC = ToolChains[ArchName]; in CreateToolChain() local
299 ToolChain *&TC = ToolChains[getArchName()]; in CreateToolChain() local
359 ToolChain *&TC = ToolChains[ArchName]; in CreateToolChain() local
420 ToolChain *TC; in CreateToolChain() local
471 ToolChain *&TC = ToolChains[ArchName]; in CreateToolChain() local
515 ToolChain *&TC = ToolChains[getArchName()]; in CreateToolChain() local
576 ToolChain *&TC = ToolChains[ArchName]; in CreateToolChain() local
639 ToolChain *&TC = ToolChains[ArchName]; in CreateToolChain() local
DTool.cpp15 const ToolChain &TC) : Name(_Name), ShortName(_ShortName), in Tool()
DDriver.cpp389 const ToolChain &TC = C.getDefaultToolChain(); in PrintVersion() local
450 const ToolChain &TC = C.getDefaultToolChain(); in HandleImmediateArgs() local
595 void Driver::BuildUniversalActions(const ToolChain &TC, in BuildUniversalActions()
691 void Driver::BuildActions(const ToolChain &TC, const DerivedArgList &Args, in BuildActions()
1080 static const Tool &SelectToolForJob(Compilation &C, const ToolChain *TC, in SelectToolForJob()
1130 const ToolChain *TC, in BuildJobsForAction()
1151 const ToolChain *TC = &C.getDefaultToolChain(); in BuildJobsForAction() local
1321 std::string Driver::GetProgramPath(const char *Name, const ToolChain &TC, in GetProgramPath()
DCompilation.cpp48 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain()
DTools.cpp110 static void AddLinkerInputs(const ToolChain &TC, in AddLinkerInputs()
158 static void addProfileRT(const ToolChain &TC, const ArgList &Args, in addProfileRT()
975 const ToolChain &TC) { in ShouldDisableCFI()
/external/clang/test/CodeGenCXX/
Ddebug-info-template.cpp7 class TC { class
9 TC(const TC &) {} in TC() argument
10 TC() {} in TC() function in TC
/external/clang/test/CXX/special/class.dtor/
Dp3-0x.cpp71 struct TC { struct
73 ~TC() {} in ~TC() argument
/external/llvm/include/llvm/Support/
DIRBuilder.h1151 if (Constant *TC = dyn_cast<Constant>(True)) variable
/external/clang/lib/AST/
DTypePrinter.cpp99 Type::TypeClass TC = T->getTypeClass(); in print() local
DType.cpp1708 TagType::TagType(TypeClass TC, const TagDecl *D, QualType can) in TagType()
DASTImporter.cpp368 Type::TypeClass TC = T1->getTypeClass(); in IsStructurallyEquivalent() local
/external/clang/lib/Sema/
DSemaCodeComplete.cpp718 CanQualType TC = SemaRef.Context.getCanonicalType(T); in AdjustResultPriorityForDecl() local