Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp380 DWARFUnit::getInlinedChainForAddress(uint64_t Address) { in getInlinedChainForAddress() function in llvm::DWARFUnit
396 return SubprogramDIE->getInlinedChainForAddress(ChainCU, Address); in getInlinedChainForAddress()
DDWARFContext.cpp463 CU->getInlinedChainForAddress(Address); in getFunctionNameForAddress()
544 CU->getInlinedChainForAddress(Address); in getInliningInfoForAddress()
DDWARFDebugInfoEntry.cpp434 DWARFDebugInfoEntryMinimal::getInlinedChainForAddress( in getInlinedChainForAddress() function in DWARFDebugInfoEntryMinimal
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h144 getInlinedChainForAddress(const DWARFUnit *U, const uint64_t Address) const;
DDWARFUnit.h217 DWARFDebugInfoEntryInlinedChain getInlinedChainForAddress(uint64_t Address);