Home
last modified time | relevance | path

Searched refs:AddressesMap (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFFile.h30 std::unique_ptr<AddressesMap> Addresses,
42 std::unique_ptr<AddressesMap> Addresses;
H A DAddressesMap.h30 class AddressesMap {
32 virtual ~AddressesMap() = default;
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h464 void lookForDIEsToKeep(AddressesMap &RelocMgr, const UnitListTy &Units,
504 unsigned shouldKeepDIE(AddressesMap &RelocMgr, const DWARFDie &DIE,
515 getVariableRelocAdjustment(AddressesMap &RelocMgr, const DWARFDie &DIE);
519 unsigned shouldKeepVariableDIE(AddressesMap &RelocMgr, const DWARFDie &DIE,
522 unsigned shouldKeepSubprogramDIE(AddressesMap &RelocMgr, const DWARFDie &DIE,
/src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp42 class ObjFileAddressMap : public AddressesMap {
381 std::unique_ptr<ObjFileAddressMap> AddressesMap( in linkDebugInfoImpl() local
385 File.getFileName(), std::move(Context), std::move(AddressesMap)); in linkDebugInfoImpl()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp417 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()