Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp3631 bool IsPICLevelTwo = PIC; in ParsePICArgs() local
3654 IsPICLevelTwo = true; in ParsePICArgs()
3670 IsPICLevelTwo = false; // "-fpie" in ParsePICArgs()
3676 IsPICLevelTwo = true; // "-fPIE" in ParsePICArgs()
3702 IsPICLevelTwo = in ParsePICArgs()
3723 IsPICLevelTwo |= ToolChain.isPICDefault(); in ParsePICArgs()
3749 return std::make_tuple(llvm::Reloc::PIC_, IsPICLevelTwo ? 2 : 1, PIE); in ParsePICArgs()