Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp511 uint64_t SectionLoadAddress = in printLineInfoForInput() local
513 if (SectionLoadAddress != 0) in printLineInfoForInput()
514 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1511 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1512 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()