Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp355 DWARFUnit::getInlinedChainForAddress(uint64_t Address) { in getInlinedChainForAddress() function in DWARFUnit
376 return SubprogramDIE->getInlinedChainForAddress(ChainCU, Address); in getInlinedChainForAddress()
HDDWARFContext.cpp394 CU->getInlinedChainForAddress(Address); in getFunctionNameForAddress()
475 CU->getInlinedChainForAddress(Address); in getInliningInfoForAddress()
HDDWARFDebugInfoEntry.cpp434 DWARFDebugInfoEntryMinimal::getInlinedChainForAddress( in getInlinedChainForAddress() function in DWARFDebugInfoEntryMinimal
/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugInfoEntry.h144 getInlinedChainForAddress(const DWARFUnit *U, const uint64_t Address) const;
HDDWARFUnit.h211 DWARFDebugInfoEntryInlinedChain getInlinedChainForAddress(uint64_t Address);