Home
last modified time | relevance | path

Searched refs:getCompileUnitAtIndex (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.cpp24 getCompileUnitAtIndex(i)->dump(OS); in dump()
35 DWARFCompileUnit *cu = getCompileUnitAtIndex(i); in dump()
DDWARFContext.h50 DWARFCompileUnit *getCompileUnitAtIndex(unsigned index) { in getCompileUnitAtIndex() function
DDWARFDebugAranges.cpp91 DWARFCompileUnit *cu = ctx->getCompileUnitAtIndex(cu_idx); in generate()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h140 DWARFCompileUnit *getCompileUnitAtIndex(unsigned index) { in getCompileUnitAtIndex() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp327 Loc->parse(LocData, getCompileUnitAtIndex(0)->getAddressByteSize()); in getDebugLoc()