Searched refs:getInlinedChainForAddress (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 144 getInlinedChainForAddress(const DWARFUnit *U, const uint64_t Address) const;
|
D | DWARFUnit.h | 217 DWARFDebugInfoEntryInlinedChain getInlinedChainForAddress(uint64_t Address);
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 380 DWARFUnit::getInlinedChainForAddress(uint64_t Address) { in getInlinedChainForAddress() function in llvm::DWARFUnit 396 return SubprogramDIE->getInlinedChainForAddress(ChainCU, Address); in getInlinedChainForAddress()
|
D | DWARFContext.cpp | 463 CU->getInlinedChainForAddress(Address); in getFunctionNameForAddress() 544 CU->getInlinedChainForAddress(Address); in getInliningInfoForAddress()
|
D | DWARFDebugInfoEntry.cpp | 434 DWARFDebugInfoEntryMinimal::getInlinedChainForAddress( in getInlinedChainForAddress() function in DWARFDebugInfoEntryMinimal
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 428 void getInlinedChainForAddress(uint64_t Address,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 457 void getInlinedChainForAddress(uint64_t Address,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 985 CU->getInlinedChainForAddress(Address, InlinedChain); in getFunctionNameAndStartLineForAddress() 1237 CU->getInlinedChainForAddress(Address.Address, InlinedChain); in getInliningInfoForAddress()
|
D | DWARFUnit.cpp | 737 DWARFUnit::getInlinedChainForAddress(uint64_t Address, in getInlinedChainForAddress() function in DWARFUnit
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 682 DWARFUnit::getInlinedChainForAddress(uint64_t Address, in getInlinedChainForAddress() function in DWARFUnit
|
D | DWARFContext.cpp | 1045 CU->getInlinedChainForAddress(Address, InlinedChain); in getFunctionNameAndStartLineForAddress() 1306 CU->getInlinedChainForAddress(Address.Address, InlinedChain); in getInliningInfoForAddress()
|