Searched refs:getCUAddrSize (Results 1 – 3 of 3) sorted by relevance
465 uint8_t getCUAddrSize();
1237 dumpAddrSection(OS, AddrData, DumpOpts, getMaxVersion(), getCUAddrSize()); in dump()1242 uint8_t savedAddressByteSize = getCUAddrSize(); in dump()1694 Local.Size = Type.getTypeSize(getCUAddrSize()); in addLocalsForDie()2468 uint8_t DWARFContext::getCUAddrSize() { in getCUAddrSize() function in DWARFContext
42 Format.AddrSize = File.Dwarf->getCUAddrSize(); in LinkContext()