Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h115 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
176 LLVM_ABI StringRef getSectionImpl() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp270 StringRef GlobalObject::getSectionImpl() const { in getSectionImpl() function in GlobalObject