Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp791 uint64_t SectionLoadAddress = 0; in DWARFContextInMemory() local
848 SectionLoadAddress = L->getSectionLoadAddress(*RSec); in DWARFContextInMemory()
849 if (SectionLoadAddress != 0) in DWARFContextInMemory()
850 SymAddr += SectionLoadAddress - RSec->getAddress(); in DWARFContextInMemory()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp374 uint64_t SectionLoadAddress = in printLineInfoForInput() local
376 if (SectionLoadAddress != 0) in printLineInfoForInput()
377 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()