HomeSort by relevance Sort by last modified time
    Searched refs:hasSection (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/llvm/lib/Target/AVR/
AVRTargetObjectFile.cpp 34 if (AVR::isProgramMemoryAddress(GV) && !GV->hasSection())
  /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/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 104 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ConstantMerge.cpp 138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
167 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 153 if (GV->hasSection()) {
189 if (GVar->hasSection()) {
364 if (GVar->hasSection() && isSmallDataSection(GVar->getSection()))
  /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; }
GlobalValue.h 231 bool hasSection() const { return !getSection().empty(); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalObject.h 69 bool hasSection() const { return !getSection().empty(); }
GlobalValue.h 248 bool hasSection() const { return !getSection().empty(); }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 65 if (GV->hasSection())
237 if (GV->hasSection())
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 95 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection())
  /external/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 70 if (GVar && GVar->hasSection())
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMGlobalMerge.cpp 174 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection())
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 97 bool hasSection() const { return !Section.empty(); }
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 254 if (GV->hasSection())
  /frameworks/rs/rsov/compiler/
GlobalMergePass.cpp 212 assert(!GV.hasSection() && "global variable has a non-default section");
  /external/llvm/lib/IR/
Globals.cpp 185 if (hasSection() && getAlignment() > 0)

Completed in 387 milliseconds

1 2 3