Searched refs:lookForDIEsToKeep (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1199 void lookForDIEsToKeep(RelocationManager &RelocMgr, 2214 lookForDIEsToKeep(RelocMgr, *Unit.getDIEAtIndex(AncestorIdx), DMO, CU, in keepDIEAndDependencies() 2260 lookForDIEsToKeep(RelocMgr, *RefDIE, DMO, *ReferencedCU, in keepDIEAndDependencies() 2278 void DwarfLinker::lookForDIEsToKeep(RelocationManager &RelocMgr, in lookForDIEsToKeep() function in llvm::dsymutil::__anondabe43b60111::DwarfLinker 2318 lookForDIEsToKeep(RelocMgr, *Child, DMO, CU, Flags); in lookForDIEsToKeep() 3476 lookForDIEsToKeep(RelocMgr, *CurrentUnit.getOrigUnit().getUnitDIE(), *Obj, in link()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 453 void lookForDIEsToKeep(AddressesMap &RelocMgr, RangesTy &Ranges,
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 770 void DWARFLinker::lookForDIEsToKeep(AddressesMap &AddressesMap, in lookForDIEsToKeep() function in llvm::DWARFLinker 2514 lookForDIEsToKeep(*OptContext.File.Addresses, in link()
|