/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/MBlaze/ |
D | MBlazeTargetObjectFile.cpp | 64 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection() 83 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 67 if (K.isBSS()) in getXCoreSectionType() 127 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal() 134 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge; in SelectSectionForGlobal()
|
/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/Lanai/ |
D | LanaiTargetObjectFile.cpp | 68 (Kind.isData() || Kind.isBSS() || Kind.isCommon())); in isGlobalInSmallSection() 98 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | SectionKind.h | 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData() 160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 87 (Kind.isData() || Kind.isBSS() || Kind.isCommon() || in IsGlobalInSmallSection() 156 if (Kind.isBSS() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 140 << (Kind.isBSS() ? "kind_bss " : "" ) in SelectSectionForGlobal() 177 << (Kind.isBSS() ? "kind_bss " : "" ) in getExplicitSectionGlobal() 343 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 106 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 291 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType() 364 if (Attrs.hasAttribute("bss-section") && Kind.isBSS()) { in getExplicitSectionGlobal() 413 if (Kind.isBSS()) in getSectionPrefixForGlobal() 1022 else if (K.isBSS()) in getCOFFSectionFlags() 1117 if (Kind.isBSS()) in getCOFFSectionNameForUniqueGlobal() 1187 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-7.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 109 bool isBSS() const; 436 inline bool SectionRef::isBSS() const { in isBSS() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 274 if (Kind.isBSS() && BSSSection != 0) in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 460 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local 465 else if (isBSS) in printObjectSectionSizes()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 450 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local 455 else if (isBSS) in printObjectSectionSizes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 251 if ((Attrs.hasAttribute("bss-section") && Kind.isBSS()) || in SectionForGlobal()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 115 if (!ObjSection.isBSS()) in dumpSections()
|