Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h44 class AddressesMap {
46 virtual ~AddressesMap();
212 DWARFFile(StringRef Name, DWARFContext *Dwarf, AddressesMap *Addresses, in DWARFFile()
222 AddressesMap *Addresses = nullptr;
497 void lookForDIEsToKeep(AddressesMap &RelocMgr, RangesTy &Ranges,
536 void keepDIEAndDependencies(AddressesMap &RelocMgr, RangesTy &Ranges,
542 unsigned shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
549 unsigned shouldKeepVariableDIE(AddressesMap &RelocMgr, const DWARFDie &DIE,
552 unsigned shouldKeepSubprogramDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp40 class ObjFileAddressMap : public AddressesMap {
357 std::vector<std::unique_ptr<AddressesMap>> AddresssMapForLinking(1); in linkDebugInfo()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h60 class AddressManager : public AddressesMap {
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp137 AddressesMap::~AddressesMap() = default;
424 unsigned DWARFLinker::shouldKeepVariableDIE(AddressesMap &RelocMgr, in shouldKeepVariableDIE()
461 AddressesMap &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE, in shouldKeepSubprogramDIE()
520 unsigned DWARFLinker::shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges, in shouldKeepDIE()
751 void DWARFLinker::lookForDIEsToKeep(AddressesMap &AddressesMap, in lookForDIEsToKeep() argument
809 Current.Flags = shouldKeepDIE(AddressesMap, Ranges, Current.Die, File, in lookForDIEsToKeep()