Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h273 toSectionedAddress(const Optional<DWARFFormValue> &V) { in toSectionedAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp447 auto LowPcAddr = toSectionedAddress(F); in getLowAndHighPC()
H A DDWARFContext.cpp1067 if (auto LowPcAddr = toSectionedAddress(DIE.find(DW_AT_low_pc))) in getFunctionNameAndStartLineForAddress()
1338 if (auto LowPcAddr = toSectionedAddress(FunctionDIE.find(DW_AT_low_pc))) in getInliningInfoForAddress()
H A DDWARFUnit.cpp807 BaseAddr = toSectionedAddress(PC); in getBaseAddress()