Home
last modified time | relevance | path

Searched refs:shouldKeepVariableDIE (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h519 unsigned shouldKeepVariableDIE(AddressesMap &RelocMgr, const DWARFDie &DIE,
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp509 unsigned DWARFLinker::shouldKeepVariableDIE(AddressesMap &RelocMgr, in shouldKeepVariableDIE() function in llvm::DWARFLinker
626 return shouldKeepVariableDIE(RelocMgr, DIE, MyInfo, Flags); in shouldKeepDIE()