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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h248 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp382 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp992 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { function in class:DWARFContext
1002 return getCompileUnitForOffset(CUOffset);

Completed in 88 milliseconds