Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp144 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugAranges()
205 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugRanges()
410 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugInfo()
636 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS, in emitDebugLine()
664 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugAddr()
1127 bool IsLittleEndian, bool Is64BitAddrSize) { in writeDWARFLists() argument
1137 AddrSize = Is64BitAddrSize ? 8 : 4; in writeDWARFLists()
1213 OS, *DI.DebugRnglists, DI.IsLittleEndian, DI.Is64BitAddrSize); in emitDebugRnglists()
1219 OS, *DI.DebugLoclists, DI.IsLittleEndian, DI.Is64BitAddrSize); in emitDebugLoclists()
1269 bool Is64BitAddrSize) { in emitDebugSections() argument
[all …]
H A DMachOYAML.cpp110 Object.DWARF.Is64BitAddrSize = Object.Header.magic == MachO::MH_MAGIC_64 || in mapping()
H A DELFYAML.cpp2015 Object.DWARF->Is64BitAddrSize = in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h53 bool Is64BitAddrSize = true);
H A DDWARFYAML.h239 bool Is64BitAddrSize; member