Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DAddressesMap.h
H A DDWARFFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/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()
/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()
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()