Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h459 uint8_t getCUAddrSize();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1240 dumpAddrSection(OS, AddrData, DumpOpts, getMaxVersion(), getCUAddrSize()); in dump()
1245 uint8_t savedAddressByteSize = getCUAddrSize(); in dump()
1694 Local.Size = Type.getTypeSize(getCUAddrSize()); in addLocalsForDie()
2466 uint8_t DWARFContext::getCUAddrSize() { in getCUAddrSize() function in DWARFContext
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp45 Format.AddrSize = File.Dwarf->getCUAddrSize(); in LinkContext()