Home
last modified time | relevance | path

Searched defs:hasSection (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h56 bool hasSection() const { return !StringRef(getSection()).empty(); } in hasSection() function
H A DGlobalValue.h158 bool hasSection() const { return !StringRef(getSection()).empty(); } in hasSection() function