Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFUnit.cpp343 DWARFUnit::getInlinedChainForAddress(uint64_t Address) { in getInlinedChainForAddress() function in DWARFUnit
364 return SubprogramDIE->getInlinedChainForAddress(ChainCU, Address); in getInlinedChainForAddress()
HDDWARFDebugInfoEntry.h163 getInlinedChainForAddress(const DWARFUnit *U, const uint64_t Address) const;
HDDWARFUnit.h140 DWARFDebugInfoEntryInlinedChain getInlinedChainForAddress(uint64_t Address);
HDDWARFContext.cpp429 CU->getInlinedChainForAddress(Address); in getLineInfoForAddress()
462 CU->getInlinedChainForAddress(Address); in getLineInfoForAddressRange()
509 CU->getInlinedChainForAddress(Address); in getInliningInfoForAddress()
HDDWARFDebugInfoEntry.cpp314 DWARFDebugInfoEntryMinimal::getInlinedChainForAddress( in getInlinedChainForAddress() function in DWARFDebugInfoEntryMinimal