Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp234 return SectionKind::getDataNoRel(); in getKindForGlobal()
239 return SectionKind::getDataNoRel(); in getKindForGlobal()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h231 static SectionKind getDataNoRel() { return get(DataNoRel); } in getDataNoRel() function