Home
last modified time | relevance | path

Searched refs:isLiveVariable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h172 bool isLiveVariable(const DWARFDie &DIE,
H A DDwarfLinkerForBinary.cpp944 bool DwarfLinkerForBinary::AddressManager::isLiveVariable( in isLiveVariable() function in llvm::dsymutil::DwarfLinkerForBinary::AddressManager
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp92 bool isLiveVariable(const DWARFDie &DIE, in isLiveVariable() function in llvm::dwarfutil::ObjFileAddressMap
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h56 virtual bool isLiveVariable(const DWARFDie &DIE,
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp443 const bool HasLiveMemoryLocation = RelocMgr.isLiveVariable(DIE, MyInfo); in shouldKeepVariableDIE()