Home
last modified time | relevance | path

Searched refs:isBSS (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp64 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()
83 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp202 bool isBSS = false; in PrintObjectSectionSizes() local
206 if (error(i->isBSS(isBSS))) return; in PrintObjectSectionSizes()
211 else if (isBSS) in PrintObjectSectionSizes()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsTargetObjectFile.cpp74 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()
95 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp67 if (K.isBSS()) in getXCoreSectionType()
131 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
138 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge; in SelectSectionForGlobal()
/external/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp68 (Kind.isData() || Kind.isBSS() || Kind.isCommon())); in isGlobalInSmallSection()
98 if (Kind.isBSS() && isGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DSectionKind.h151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp81 (Kind.isData() || Kind.isBSS() || Kind.isCommon())); in IsGlobalInSmallSection()
124 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp139 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
220 !Kind.isCommon() && !Kind.isBSS()) { in SelectSectionForGlobal()
286 if (Kind.isBSS() || Kind.isCommon()) return BSSSection; in SelectSectionForGlobal()
566 else if (K.isBSS ()) in getCOFFSectionFlags()
595 if (Kind.isBSS ()) in getCOFFSectionPrefixForUniqueGlobal()
DELFWriter.cpp389 } else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to BSS. in EmitGlobal()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp117 << (Kind.isBSS() ? "kind_bss " : "" ) in SelectSectionForGlobal()
150 << (Kind.isBSS() ? "kind_bss " : "" ) in getExplicitSectionGlobal()
318 if (Kind.isBSS() || Kind.isBSSLocal()) { in selectSmallSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp165 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
233 if (Kind.isBSS()) in getSectionPrefixForGlobal()
823 else if (K.isBSS()) in getCOFFSectionFlags()
919 if (Kind.isBSS()) in getCOFFSectionNameForUniqueGlobal()
982 if (Kind.isBSS() || Kind.isCommon()) in SelectSectionForGlobal()
/external/llvm/include/llvm/Object/
DObjectFile.h96 bool isBSS() const;
399 inline bool SectionRef::isBSS() const { in isBSS() function
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h192 error_code isBSS(bool &Result) const;
397 inline error_code SectionRef::isBSS(bool &Result) const { in isBSS() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp274 if (Kind.isBSS() && BSSSection != 0) in SelectSectionForGlobal()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp450 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local
455 else if (isBSS) in printObjectSectionSizes()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp115 if (!ObjSection.isBSS()) in dumpSections()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp364 if (error(si->isBSS(BSS))) return; in PrintSectionHeaders()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp197 if (Sec.isBSS() || Sec.isVirtual()) in dumpCXXData()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp394 if (Section.isBSS()) in handleSection()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1338 bool BSS = Section.isBSS(); in PrintSectionHeaders()
1359 if (Section.isBSS()) { in PrintSectionContents()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp664 bool IsBSS = Section.isBSS(); in DWARFContextInMemory()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp487 bool IsBSS = Section.isBSS(); in printSections()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp359 if (secKind.isBSS()) in SymbolToReloc()
/external/llvm/lib/Object/
DMachOObjectFile.cpp529 if (Sec->isData() || Sec->isBSS()) in getSymbolType()

12