Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h186 bool isDataRelLocal() const { in isDataRelLocal() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp197 if (Kind.isDataRelLocal()) return ".data.rel.local."; in getSectionPrefixForGlobal()
289 if (Kind.isDataRelLocal()) return DataRelLocalSection; in SelectSectionForGlobal()