Searched refs:shouldKeepSubprogramDIE (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 503 unsigned shouldKeepSubprogramDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1249 unsigned shouldKeepSubprogramDIE(RelocationManager &RelocMgr, 2119 unsigned DwarfLinker::shouldKeepSubprogramDIE( in shouldKeepSubprogramDIE() function in llvm::dsymutil::__anondabe43b60111::DwarfLinker 2182 return shouldKeepSubprogramDIE(RelocMgr, DIE, Unit, MyInfo, Flags); in shouldKeepDIE()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 495 unsigned DWARFLinker::shouldKeepSubprogramDIE( in shouldKeepSubprogramDIE() function in llvm::DWARFLinker 569 return shouldKeepSubprogramDIE(RelocMgr, Ranges, DIE, File, Unit, MyInfo, in shouldKeepDIE()
|