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

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 64 if (!Kind.isBSS() && !Kind.isDataRel())
83 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetObjectFile.cpp 74 if (!Kind.isBSS() && !Kind.isDataRel())
95 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
  /external/llvm/include/llvm/MC/
SectionKind.h 151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /external/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 68 (Kind.isData() || Kind.isBSS() || Kind.isCommon()));
98 if (Kind.isBSS() && isGlobalInSmallSection(GV, TM, Kind))
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 81 (Kind.isData() || Kind.isBSS() || Kind.isCommon()));
124 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /external/swiftshader/third_party/LLVM/tools/llvm-size/
llvm-size.cpp 202 bool isBSS = false;
206 if (error(i->isBSS(isBSS))) return;
211 else if (isBSS)
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 67 if (K.isBSS())
131 if (Kind.isBSS() || Kind.isCommon())return BSSSection;
138 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge;
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 117 << (Kind.isBSS() ? "kind_bss " : "" )
150 << (Kind.isBSS() ? "kind_bss " : "" )
318 if (Kind.isBSS() || Kind.isBSSLocal()) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 139 if (K.isBSS() || K.isThreadBSS())
220 !Kind.isCommon() && !Kind.isBSS()) {
286 if (Kind.isBSS() || Kind.isCommon()) return BSSSection;
566 else if (K.isBSS ())
595 if (Kind.isBSS ())
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 165 if (K.isBSS() || K.isThreadBSS())
233 if (Kind.isBSS())
823 else if (K.isBSS())
919 if (Kind.isBSS())
    [all...]
  /external/llvm/include/llvm/Object/
ObjectFile.h 96 bool isBSS() const;
399 inline bool SectionRef::isBSS() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 192 error_code isBSS(bool &Result) const;
397 inline error_code SectionRef::isBSS(bool &Result) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 99 bool isBSS() const;
412 inline bool SectionRef::isBSS() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 99 bool isBSS() const;
412 inline bool SectionRef::isBSS() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 99 bool isBSS() const;
412 inline bool SectionRef::isBSS() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 99 bool isBSS() const;
412 inline bool SectionRef::isBSS() const {

Completed in 3239 milliseconds

1 2