Lines Matching refs:Is64BitAddrSize
148 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()
1101 bool IsLittleEndian, bool Is64BitAddrSize) { in writeDWARFLists() argument
1111 AddrSize = Is64BitAddrSize ? 8 : 4; in writeDWARFLists()
1187 OS, *DI.DebugRnglists, DI.IsLittleEndian, DI.Is64BitAddrSize); in emitDebugRnglists()
1193 OS, *DI.DebugLoclists, DI.IsLittleEndian, DI.Is64BitAddrSize); in emitDebugLoclists()
1243 bool Is64BitAddrSize) { in emitDebugSections() argument
1254 DI.Is64BitAddrSize = Is64BitAddrSize; in emitDebugSections()