Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.h167 DWARFCompileUnit *getCompileUnitForOffset(uint32_t Offset);
HDDWARFContext.cpp352 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint32_t Offset) { in getCompileUnitForOffset() function in DWARFContext
368 return getCompileUnitForOffset(CUOffset); in getCompileUnitForAddress()