Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h230 static SectionKind getDataRelLocal() { return get(DataRelLocal); } in getDataRelLocal() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp251 return SectionKind::getDataRelLocal(); in getKindForGlobal()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp460 SectionKind::getDataRelLocal()); in InitELFMCObjectFileInfo()