Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetMachine.cpp113 bool isPIE = Options.PositionIndependentExecutable; in getTLSModel() local
119 if (isPIC && !isPIE) { in getTLSModel()