Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h69 bool hasSection() const { return !getSection().empty(); } in hasSection() function
DGlobalValue.h248 bool hasSection() const { return !getSection().empty(); } in hasSection() function
/external/llvm/include/llvm/IR/
DGlobalObject.h66 bool hasSection() const { return !getSection().empty(); } in hasSection() function
DGlobalValue.h231 bool hasSection() const { return !getSection().empty(); } in hasSection() function
DModuleSummaryIndex.h182 bool hasSection() const { return Flags.HasSection; } in hasSection() function
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h97 bool hasSection() const { return !Section.empty(); } in hasSection() function