Home
last modified time | relevance | path

Searched refs:RelocMgr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h468 void lookForDIEsToKeep(AddressesMap &RelocMgr, const UnitListTy &Units,
508 unsigned shouldKeepDIE(AddressesMap &RelocMgr, const DWARFDie &DIE,
519 getVariableRelocAdjustment(AddressesMap &RelocMgr, const DWARFDie &DIE);
523 unsigned shouldKeepVariableDIE(AddressesMap &RelocMgr, const DWARFDie &DIE,
526 unsigned shouldKeepSubprogramDIE(AddressesMap &RelocMgr, const DWARFDie &DIE,
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp417 DWARFLinker::getVariableRelocAdjustment(AddressesMap &RelocMgr, in getVariableRelocAdjustment() argument
477 RelocMgr.getExprOpAddressRelocAdjustment( in getVariableRelocAdjustment()
490 RelocMgr.getExprOpAddressRelocAdjustment( in getVariableRelocAdjustment()
509 unsigned DWARFLinker::shouldKeepVariableDIE(AddressesMap &RelocMgr, in shouldKeepVariableDIE() argument
528 getVariableRelocAdjustment(RelocMgr, DIE); in shouldKeepVariableDIE()
557 AddressesMap &RelocMgr, const DWARFDie &DIE, const DWARFFile &File, in shouldKeepSubprogramDIE() argument
567 RelocMgr.getSubprogramRelocAdjustment(DIE, Options.Verbose); in shouldKeepSubprogramDIE()
619 unsigned DWARFLinker::shouldKeepDIE(AddressesMap &RelocMgr, const DWARFDie &DIE, in shouldKeepDIE() argument
626 return shouldKeepVariableDIE(RelocMgr, DIE, MyInfo, Flags); in shouldKeepDIE()
629 return shouldKeepSubprogramDIE(RelocMgr, DIE, File, Unit, MyInfo, Flags); in shouldKeepDIE()