Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalObject.h119 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
174 StringRef getSectionImpl() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDGlobals.cpp262 StringRef GlobalObject::getSectionImpl() const { in getSectionImpl() function in GlobalObject