Home
last modified time | relevance | path

Searched refs:getCompileUnitForOffset (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h228 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp929 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset() function in DWARFContext
939 return getCompileUnitForOffset(CUOffset); in getCompileUnitForAddress()