Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp461 uint64_t SectionLoadAddress = in printLineInfoForInput() local
463 if (SectionLoadAddress != 0) in printLineInfoForInput()
464 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1480 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1481 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()