Lines Matching defs:AddrSize
43 Format.AddrSize = File.Dwarf->getCUAddrSize();
135 GlobalFormat.AddrSize =
136 std::max(GlobalFormat.AddrSize, Context->getFormParams().AddrSize);
158 if (GlobalFormat.AddrSize == 0) {
161 GlobalFormat.AddrSize = (*TargetTriple).get().isArch32Bit() ? 4 : 8;
163 GlobalFormat.AddrSize = 8;
828 // (4 + AddrSize) is the size of the CIEId + initial_location
843 uint32_t AddrSize, uint64_t Address,
846 Section.emitIntVal(FDEBytes.size() + 4 + AddrSize, 4);
848 Section.emitIntVal(Address, AddrSize);