Home
last modified time | relevance | path

Searched refs:isCommon (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp129 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
135 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge; in SelectSectionForGlobal()
140 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DSectionKind.h172 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()
179 bool isCommon() const { return K == Common; } in isCommon() function
DMCAssembler.h733 assert(!isCommon()); in getOffset()
737 assert(!isCommon()); in setOffset()
756 bool isCommon() const { return CommonAlign != -1U; } in isCommon() function
770 assert(isCommon() && "Not a 'common' symbol!"); in getCommonSize()
785 assert(isCommon() && "Not a 'common' symbol!"); in getCommonAlignment()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp76 if (Kind.isBSS() || Kind.isDataNoRel() || Kind.isCommon()) { in IsGlobalInSmallSection()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp79 (Kind.isDataRel() || Kind.isBSS() || Kind.isCommon())); in IsGlobalInSmallSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp319 if (!(Flags & ELF::SHF_MERGE) && !Kind.isCommon()) { in SelectSectionForGlobal()
918 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()
957 if (Kind.isBSS() || Kind.isCommon()) in SelectSectionForGlobal()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp161 if (Symb.isCommon()) { in getSymbolAddress()
189 } else if (Symb.isCommon()) { in getSymbolType()
230 if (Symb.isCommon()) in getSymbolFlags()
247 if (Symb.isCommon()) { in getSymbolSize()
/external/llvm/lib/MC/
DMCAssembler.cpp207 if (ASD.isCommon()) { in getBaseSymbol()
1290 if (!isCommon()) in dump()
1293 if (isCommon()) in dump()
DELFObjectWriter.cpp468 if (Data.isCommon() && Data.isExternal()) in SymbolValue()
567 bool IsReserved = !Base || OrigData.isCommon(); in WriteSymbol()
1007 } else if (SD.isCommon()) { in computeSymbolTable()
DMachObjectWriter.cpp369 else if (Data.isCommon()) { in WriteNlist()
DWinCOFFObjectWriter.cpp355 if (Data.isCommon() && Data.isExternal()) in getSymbolValue()
/external/llvm/include/llvm/Object/
DCOFF.h321 bool isCommon() const { in isCommon() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp392 if (GVKind.isCommon() || GVKind.isBSSLocal()) { in EmitGlobalVariable()
397 if (GVKind.isCommon()) { in EmitGlobalVariable()