Home
last modified time | relevance | path

Searched refs:hasCrtBeginObj (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Driver/
HDToolChains.cpp1395 static bool hasCrtBeginObj(Twine Path) { in hasCrtBeginObj() function
1417 return hasCrtBeginObj(Path + Suffix); in findTargetBiarchSuffix()
1455 bool IsMentorToolChain = hasCrtBeginObj(Path + "/mips16/soft-float"); in findMIPSABIDirSuffix()
1456 bool IsFSFToolChain = hasCrtBeginObj(Path + "/mips32/mips16/sof"); in findMIPSABIDirSuffix()
1507 if (!hasCrtBeginObj(Path + Suffix)) in findMIPSABIDirSuffix()
1575 !hasCrtBeginObj(LI->path() + MIPSABIDirSuffix)) { in ScanLibDirForGCCTriple()