Home
last modified time | relevance | path

Searched refs:getInlinedChainForAddress (Results 1 – 8 of 8) 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);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h480 void getInlinedChainForAddress(uint64_t Address,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp922 CU->getInlinedChainForAddress(Address, InlinedChain); in getFunctionNameAndStartLineForAddress()
1016 CU->getInlinedChainForAddress(Address, InlinedChain); in getInliningInfoForAddress()
DDWARFUnit.cpp521 DWARFUnit::getInlinedChainForAddress(uint64_t Address, in getInlinedChainForAddress() function in DWARFUnit