HomeSort by relevance Sort by last modified time
    Searched defs:hasSection (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/IR/
GlobalObject.h 66 bool hasSection() const { return !getSection().empty(); }
ModuleSummaryIndex.h 92 /// Group flags (Linkage, hasSection, isOptSize, etc.) as a bitfield.
104 unsigned HasSection : 1;
107 explicit GVFlags(GlobalValue::LinkageTypes Linkage, bool HasSection)
108 : Linkage(Linkage), HasSection(HasSection) {}
110 : Linkage(GV.getLinkage()), HasSection(GV.hasSection()) {}
182 bool hasSection() const { return Flags.HasSection; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalObject.h 69 bool hasSection() const { return !getSection().empty(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 82 bool hasSection() const {
91 return hasSection() ? getSectionImpl() : StringRef();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 82 bool hasSection() const {
91 return hasSection() ? getSectionImpl() : StringRef();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 82 bool hasSection() const {
91 return hasSection() ? getSectionImpl() : StringRef();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 82 bool hasSection() const {
91 return hasSection() ? getSectionImpl() : StringRef();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 82 bool hasSection() const {
91 return hasSection() ? getSectionImpl() : StringRef();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 82 bool hasSection() const {
91 return hasSection() ? getSectionImpl() : StringRef();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 82 bool hasSection() const {
91 return hasSection() ? getSectionImpl() : StringRef();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 82 bool hasSection() const {
91 return hasSection() ? getSectionImpl() : StringRef();
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 97 bool hasSection() const { return !Section.empty(); }

Completed in 490 milliseconds