/external/clang/lib/Driver/ |
D | Tools.h | 45 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 …]
|
D | HostInfo.cpp | 110 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
|
D | Tool.cpp | 15 const ToolChain &TC) : Name(_Name), ShortName(_ShortName), in Tool()
|
D | Driver.cpp | 389 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()
|
D | Compilation.cpp | 48 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain()
|
D | Tools.cpp | 110 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/ |
D | debug-info-template.cpp | 7 class TC { class 9 TC(const TC &) {} in TC() argument 10 TC() {} in TC() function in TC
|
/external/clang/test/CXX/special/class.dtor/ |
D | p3-0x.cpp | 71 struct TC { struct 73 ~TC() {} in ~TC() argument
|
/external/llvm/include/llvm/Support/ |
D | IRBuilder.h | 1151 if (Constant *TC = dyn_cast<Constant>(True)) variable
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 99 Type::TypeClass TC = T->getTypeClass(); in print() local
|
D | Type.cpp | 1708 TagType::TagType(TypeClass TC, const TagDecl *D, QualType can) in TagType()
|
D | ASTImporter.cpp | 368 Type::TypeClass TC = T1->getTypeClass(); in IsStructurallyEquivalent() local
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 718 CanQualType TC = SemaRef.Context.getCanonicalType(T); in AdjustResultPriorityForDecl() local
|