Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h112 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
166 StringRef getSectionImpl() const;
/openbsd/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp237 StringRef GlobalObject::getSectionImpl() const { in getSectionImpl() function in GlobalObject