Searched refs:S_ZEROFILL (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 54 S_ZEROFILL = 0x01U, enumerator
|
/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 161 return (getType() == MCSectionMachO::S_ZEROFILL || in isVirtualSection()
|
D | MCObjectFileInfo.cpp | 110 MCSectionMachO::S_ZEROFILL, in InitMachOMCObjectFileInfo() 113 = Ctx->getMachOSection("__DATA","__bss", MCSectionMachO::S_ZEROFILL, in InitMachOMCObjectFileInfo()
|
D | MCMachOStreamer.cpp | 336 MCSectionMachO::S_ZEROFILL, in EmitLocalCommonSymbol()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 719 Segment, Section, MCSectionMachO::S_ZEROFILL, in ParseDirectiveZerofill() 777 Segment, Section, MCSectionMachO::S_ZEROFILL, in ParseDirectiveZerofill()
|