Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp363 auto LowPcAddr = toSectionedAddress(F); in getLowAndHighPC() local
364 if (!LowPcAddr) in getLowAndHighPC()
366 if (auto HighPcAddr = getHighPC(LowPcAddr->Address)) { in getLowAndHighPC()
367 LowPC = LowPcAddr->Address; in getLowAndHighPC()
369 SectionIndex = LowPcAddr->SectionIndex; in getLowAndHighPC()
H A DDWARFContext.cpp1208 if (auto LowPcAddr = toSectionedAddress(DIE.find(DW_AT_low_pc))) in getFunctionNameAndStartLineForAddress() local
1209 StartAddress = LowPcAddr->Address; in getFunctionNameAndStartLineForAddress()
1436 if (auto LowPcAddr = toSectionedAddress(FunctionDIE.find(DW_AT_low_pc))) in getInliningInfoForAddress() local
1437 Frame.StartAddress = LowPcAddr->Address; in getInliningInfoForAddress()