Home
last modified time | relevance | path

Searched refs:toSectionedAddress (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h300 toSectionedAddress(const std::optional<DWARFFormValue> &V) { in toSectionedAddress() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp363 auto LowPcAddr = toSectionedAddress(F); in getLowAndHighPC()
H A DDWARFContext.cpp1208 if (auto LowPcAddr = toSectionedAddress(DIE.find(DW_AT_low_pc))) in getFunctionNameAndStartLineForAddress()
1436 if (auto LowPcAddr = toSectionedAddress(FunctionDIE.find(DW_AT_low_pc))) in getInliningInfoForAddress()
H A DDWARFUnit.cpp1055 BaseAddr = toSectionedAddress(PC); in getBaseAddress()