Home
last modified time | relevance | path

Searched refs:getCUAddrSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h413 uint8_t getCUAddrSize();
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp590 dumpAddrSection(OS, AddrData, DumpOpts, getMaxVersion(), getCUAddrSize()); in dump()
595 uint8_t savedAddressByteSize = getCUAddrSize(); in dump()
1189 Local.Size = getTypeSize(Type, getCUAddrSize()); in addLocalsForDie()
2008 uint8_t DWARFContext::getCUAddrSize() { in getCUAddrSize() function in DWARFContext