Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h408 uint8_t getCUAddrSize();
/netbsd-src/external/apache2/llvm/dist/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()
2007 uint8_t DWARFContext::getCUAddrSize() { in getCUAddrSize() function in DWARFContext