Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp297 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal() local
298 if (ReloModel == Reloc::Static || ReloModel == Reloc::ROPI || in getKindForGlobal()
299 ReloModel == Reloc::RWPI || ReloModel == Reloc::ROPI_RWPI || in getKindForGlobal()