Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h113 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
166 StringRef getSectionImpl() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp207 StringRef GlobalObject::getSectionImpl() const { in getSectionImpl() function in GlobalObject