Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h297 toSectionedAddress(const Optional<DWARFFormValue> &V) { in toSectionedAddress() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp368 auto LowPcAddr = toSectionedAddress(F); in getLowAndHighPC()
H A DDWARFContext.cpp1139 if (auto LowPcAddr = toSectionedAddress(DIE.find(DW_AT_low_pc))) in getFunctionNameAndStartLineForAddress()
1368 if (auto LowPcAddr = toSectionedAddress(FunctionDIE.find(DW_AT_low_pc))) in getInliningInfoForAddress()
H A DDWARFUnit.cpp991 BaseAddr = toSectionedAddress(PC); in getBaseAddress()