Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp722 DWARFDie DWARFUnit::getSubroutineForAddress(uint64_t Address) { in getSubroutineForAddress() function in DWARFUnit
745 (DWO ? *DWO : *this).getSubroutineForAddress(Address); in getInlinedChainForAddress()
DDWARFContext.cpp950 Result.FunctionDIE = CU->getSubroutineForAddress(Address); in getDIEsForAddress()
1153 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h452 DWARFDie getSubroutineForAddress(uint64_t Address);