Home
last modified time | relevance | path

Searched refs:SectionLoadAddress (Results 1 – 5 of 5) 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()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp460 uint64_t SectionLoadAddress = in printLineInfoForInput() local
462 if (SectionLoadAddress != 0) in printLineInfoForInput()
463 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1401 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1402 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1471 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1472 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()