Home
last modified time | relevance | path

Searched refs:Is64BitAddrSize (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp148 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugAranges()
209 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugRanges()
414 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugInfo()
609 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS, in emitDebugLine()
637 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugAddr()
913 bool IsLittleEndian, bool Is64BitAddrSize) { in writeDWARFLists() argument
923 AddrSize = Is64BitAddrSize ? 8 : 4; in writeDWARFLists()
999 OS, *DI.DebugRnglists, DI.IsLittleEndian, DI.Is64BitAddrSize); in emitDebugRnglists()
1005 OS, *DI.DebugLoclists, DI.IsLittleEndian, DI.Is64BitAddrSize); in emitDebugLoclists()
1054 bool Is64BitAddrSize) { in emitDebugSections() argument
[all …]
DMachOYAML.cpp110 Object.DWARF.Is64BitAddrSize = Object.Header.magic == MachO::MH_MAGIC_64 || in mapping()
DELFYAML.cpp1660 Object.DWARF->Is64BitAddrSize = in mapping()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h52 bool Is64BitAddrSize = true);
DDWARFYAML.h212 bool Is64BitAddrSize; member