Searched refs:AddressesMap (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 44 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 D | DebugInfoLinker.cpp | 40 class ObjFileAddressMap : public AddressesMap { 357 std::vector<std::unique_ptr<AddressesMap>> AddresssMapForLinking(1); in linkDebugInfo()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | DwarfLinkerForBinary.h | 60 class AddressManager : public AddressesMap {
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 137 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()
|