Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h212 DWARFCompileUnit *getCompileUnitForOffset(uint32_t Offset);
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp373 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint32_t Offset) { in getCompileUnitForOffset() function in DWARFContext
382 return getCompileUnitForOffset(CUOffset); in getCompileUnitForAddress()