Searched refs:isBSS (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp76 if (Kind.isBSS() || Kind.isDataNoRel() || Kind.isCommon()) {
90 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
/external/llvm/include/llvm/MC/
H A DSectionKind.h172 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
175 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } function in class:llvm::SectionKind
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp79 (Kind.isDataRel() || Kind.isBSS() || Kind.isCommon()));
120 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp67 if (K.isBSS())
129 if (Kind.isBSS() || Kind.isCommon())return BSSSection;
135 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge;
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp162 if (K.isBSS() || K.isThreadBSS())
230 if (Kind.isBSS())
797 else if (K.isBSS())
897 if (Kind.isBSS())
957 if (Kind.isBSS() || Kind.isCommon())
/external/llvm/include/llvm/Object/
H A DObjectFile.h107 bool isBSS() const;
411 inline bool SectionRef::isBSS() const { function in class:llvm::object::SectionRef
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp114 if (!ObjSection.isBSS())
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp363 bool isBSS = Section.isBSS(); local
368 else if (isBSS)
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp491 bool BSS = Section.isBSS();
513 if (Section.isBSS()) {
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp547 bool IsBSS = Section.isBSS();
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp442 bool IsBSS = Section.isBSS();
/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp202 if (Sec.isBSS() || Sec.isVirtual())
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 3412 milliseconds