Searched refs:Is64BitAddrSize (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 147 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugAranges() 208 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugRanges() 413 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugInfo() 608 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS, in emitDebugLine() 636 AddrSize = DI.Is64BitAddrSize ? 8 : 4; in emitDebugAddr() 912 bool IsLittleEndian, bool Is64BitAddrSize) { in writeDWARFLists() argument 922 AddrSize = Is64BitAddrSize ? 8 : 4; in writeDWARFLists() 998 OS, *DI.DebugRnglists, DI.IsLittleEndian, DI.Is64BitAddrSize); in emitDebugRnglists() 1004 OS, *DI.DebugLoclists, DI.IsLittleEndian, DI.Is64BitAddrSize); in emitDebugLoclists() 1053 bool Is64BitAddrSize) { in emitDebugSections() argument [all …]
|
| H A D | MachOYAML.cpp | 110 Object.DWARF.Is64BitAddrSize = Object.Header.magic == MachO::MH_MAGIC_64 || in mapping()
|
| H A D | ELFYAML.cpp | 1901 Object.DWARF->Is64BitAddrSize = in mapping()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFEmitter.h | 51 bool Is64BitAddrSize = true);
|
| H A D | DWARFYAML.h | 212 bool Is64BitAddrSize; member
|