Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp385 uint64_t SectionLoadAddress = in printLineInfoForInput() local
387 if (SectionLoadAddress != 0) in printLineInfoForInput()
388 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1208 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1209 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()