/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeTargetObjectFile.cpp | 64 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/ |
D | llvm-size.cpp | 202 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/ |
D | MipsTargetObjectFile.cpp | 74 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection() 95 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 67 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/ |
D | LanaiTargetObjectFile.cpp | 68 (Kind.isData() || Kind.isBSS() || Kind.isCommon())); in isGlobalInSmallSection() 98 if (Kind.isBSS() && isGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
|
/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 151 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/ |
D | SectionKind.h | 173 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/ |
D | MipsTargetObjectFile.cpp | 81 (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/ |
D | TargetLoweringObjectFileImpl.cpp | 139 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()
|
D | ELFWriter.cpp | 389 } else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to BSS. in EmitGlobal()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 117 << (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/ |
D | TargetLoweringObjectFileImpl.cpp | 165 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/ |
D | ObjectFile.h | 96 bool isBSS() const; 399 inline bool SectionRef::isBSS() const { in isBSS() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 192 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/ |
D | TargetLoweringObjectFile.cpp | 274 if (Kind.isBSS() && BSSSection != 0) in SelectSectionForGlobal()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 450 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local 455 else if (isBSS) in printObjectSectionSizes()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 115 if (!ObjSection.isBSS()) in dumpSections()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 364 if (error(si->isBSS(BSS))) return; in PrintSectionHeaders()
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 197 if (Sec.isBSS() || Sec.isVirtual()) in dumpCXXData()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 394 if (Section.isBSS()) in handleSection()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1338 bool BSS = Section.isBSS(); in PrintSectionHeaders() 1359 if (Section.isBSS()) { in PrintSectionContents()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 664 bool IsBSS = Section.isBSS(); in DWARFContextInMemory()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 487 bool IsBSS = Section.isBSS(); in printSections()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 359 if (secKind.isBSS()) in SymbolToReloc()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 529 if (Sec->isData() || Sec->isBSS()) in getSymbolType()
|