Searched refs:AddressesMap (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
H A D | AddressesMap.h |
|
H A D | DWARFFile.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h |
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 42 class ObjFileAddressMap : public AddressesMap { 381 std::unique_ptr<ObjFileAddressMap> AddressesMap( in linkDebugInfoImpl() local 385 File.getFileName(), std::move(Context), std::move(AddressesMap)); in linkDebugInfoImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 417 DWARFLinker::getVariableRelocAdjustment(AddressesMap &RelocMgr, in getVariableRelocAdjustment() 509 unsigned DWARFLinker::shouldKeepVariableDIE(AddressesMap &RelocMgr, in shouldKeepVariableDIE() 557 AddressesMap &RelocMgr, const DWARFDie &DIE, const DWARFFile &File, in shouldKeepSubprogramDIE() 619 unsigned DWARFLinker::shouldKeepDIE(AddressesMap &RelocMgr, const DWARFDie &DIE, in shouldKeepDIE() 848 void DWARFLinker::lookForDIEsToKeep(AddressesMap &AddressesMap, in lookForDIEsToKeep() argument 904 Current.Flags = shouldKeepDIE(AddressesMap, Current.Die, File, Current.CU, in lookForDIEsToKeep()
|