Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalObject.h91 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
189 StringRef getSectionImpl() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp179 StringRef GlobalObject::getSectionImpl() const { in getSectionImpl() function in GlobalObject