Searched defs:BoundArch (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Driver/ |
H A D | Compilation.cpp | 60 const char *BoundArch) { 64 DerivedArgList *&Entry = TCArgs[std::make_pair(TC, BoundArch)]; 66 Entry = TC->TranslateArgs(*TranslatedArgs, BoundArch); 59 getArgsForToolChain(const ToolChain *TC, const char *BoundArch) argument
|
H A D | Driver.cpp | 1379 /*BoundArch*/0, 1477 const char *BoundArch, 1530 BuildJobsForAction(C, *it, TC, BoundArch, SubJobAtTopLevel, MultipleArchs, 1547 Result = InputInfo(GetNamedOutputPath(C, *JA, BaseInput, BoundArch, 1562 C.getArgsForToolChain(TC, BoundArch), LinkingOutput); 1569 const char *BoundArch, 1629 if (MultipleArchs && BoundArch) { 1632 Output.append(BoundArch); 1644 if (MultipleArchs && BoundArch) { 1646 Suffixed.append(BoundArch); 1474 BuildJobsForAction(Compilation &C, const Action *A, const ToolChain *TC, const char *BoundArch, bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, InputInfo &Result) const argument 1566 GetNamedOutputPath(Compilation &C, const JobAction &JA, const char *BaseInput, const char *BoundArch, bool AtTopLevel, bool MultipleArchs) const argument [all...] |
Completed in 100 milliseconds