Searched refs:RelocMgr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h451 void lookForDIEsToKeep(AddressesMap &RelocMgr, RangesTy &Ranges,
484 void keepDIEAndDependencies(AddressesMap &RelocMgr, RangesTy &Ranges,
490 unsigned shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
497 unsigned shouldKeepVariableDIE(AddressesMap &RelocMgr, const DWARFDie &DIE,
501 unsigned shouldKeepSubprogramDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp373 unsigned DWARFLinker::shouldKeepVariableDIE(AddressesMap &RelocMgr, argument
403 if (!RelocMgr.hasValidRelocationAt(LocationOffset, LocationEndOffset,
422 AddressesMap &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE,
442 !RelocMgr.hasValidRelocationAt(LowPcOffset, LowPcEndOffset, MyInfo))
484 unsigned DWARFLinker::shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges, argument
492 return shouldKeepVariableDIE(RelocMgr, DIE, Unit, MyInfo, Flags);
495 return shouldKeepSubprogramDIE(RelocMgr, Ranges, DIE, File, Unit, MyInfo,
421 shouldKeepSubprogramDIE( AddressesMap &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE, const DwarfFile &File, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, unsigned Flags) argument

Completed in 86 milliseconds