Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()
180 bool isCommon() const { return K == Common; } in isCommon() function
DMCAssembler.h580 bool isCommon() const { return CommonSize != 0; } in isCommon() function
593 assert(isCommon() && "Not a 'common' symbol!"); in getCommonSize()
608 assert(isCommon() && "Not a 'common' symbol!"); in getCommonAlignment()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp220 !Kind.isCommon() && !Kind.isBSS()) { in SelectSectionForGlobal()
286 if (Kind.isBSS() || Kind.isCommon()) return BSSSection; in SelectSectionForGlobal()
/external/llvm/lib/MC/
DELFObjectWriter.cpp174 if (Data.isCommon() && Data.isExternal()) in SymbolValue()
247 bool IsReserved = Data.isCommon() || Data.getSymbol().isAbsolute() || in WriteSymbol()
260 assert(!(Data.isCommon() && !Data.isExternal())); in WriteSymbol()
595 if (it->isCommon()) { in ComputeSymbolTable()
DMachObjectWriter.cpp322 } else if (Data.isCommon()) { in WriteNlist()
DMCAssembler.cpp950 if (isCommon()) in dump()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp298 if (GVKind.isCommon() || GVKind.isBSSLocal()) { in EmitGlobalVariable()
302 if (GVKind.isCommon()) { in EmitGlobalVariable()