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

/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h225 DWARFCompileUnit *getCompileUnitForOffset(uint32_t Offset);
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp424 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint32_t Offset) { function in class:DWARFContext
433 return getCompileUnitForOffset(CUOffset);

Completed in 61 milliseconds