Home
last modified time | relevance | path

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

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