Searched refs:LowPcAddr (Results 1 – 2 of 2) sorted by relevance
366 auto LowPcAddr = toSectionedAddress(F); in getLowAndHighPC() local367 if (!LowPcAddr) in getLowAndHighPC()369 if (auto HighPcAddr = getHighPC(LowPcAddr->Address)) { in getLowAndHighPC()370 LowPC = LowPcAddr->Address; in getLowAndHighPC()372 SectionIndex = LowPcAddr->SectionIndex; in getLowAndHighPC()
1629 if (auto LowPcAddr = toSectionedAddress(DIE.find(DW_AT_low_pc))) in getFunctionNameAndStartLineForAddress() local1630 StartAddress = LowPcAddr->Address; in getFunctionNameAndStartLineForAddress()1857 if (auto LowPcAddr = toSectionedAddress(FunctionDIE.find(DW_AT_low_pc))) in getInliningInfoForAddress() local1858 Frame.StartAddress = LowPcAddr->Address; in getInliningInfoForAddress()