Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h480 void getInlinedChainForAddress(uint64_t Address,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1188 CU->getInlinedChainForAddress(Address, InlinedChain); in getFunctionNameAndStartLineForAddress()
1411 CU->getInlinedChainForAddress(Address.Address, InlinedChain); in getInliningInfoForAddress()
H A DDWARFUnit.cpp860 DWARFUnit::getInlinedChainForAddress(uint64_t Address, in getInlinedChainForAddress() function in DWARFUnit