Home
last modified time | relevance | path

Searched refs:getCompileUnitAtIndex (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp234 DWARFCompileUnit *U = DwarfContext->getCompileUnitAtIndex(0); in TestAllForms()
499 DWARFCompileUnit *U = DwarfContext->getCompileUnitAtIndex(0); in TestChildren()
675 DWARFCompileUnit *U1 = DwarfContext->getCompileUnitAtIndex(0); in TestReferences()
676 DWARFCompileUnit *U2 = DwarfContext->getCompileUnitAtIndex(1); in TestReferences()
883 DWARFCompileUnit *U = DwarfContext->getCompileUnitAtIndex(0); in TestAddresses()
1058 DWARFCompileUnit *U = DwarfContext->getCompileUnitAtIndex(0); in TEST()
1225 DWARFCompileUnit *U = DwarfContext->getCompileUnitAtIndex(0); in TEST()
1287 DWARFCompileUnit *U = DwarfContext->getCompileUnitAtIndex(0); in TEST()
1334 DWARFCompileUnit *U = DwarfContext->getCompileUnitAtIndex(0); in TEST()
1402 DWARFCompileUnit *U = DwarfContext->getCompileUnitAtIndex(0); in TEST()
[all …]
/external/bcc/src/cc/
Dbcc_debug.cc161 DWARFCompileUnit *CU = DwarfCtx->getCompileUnitAtIndex(0); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h195 DWARFCompileUnit *getCompileUnitAtIndex(unsigned index) { in getCompileUnitAtIndex() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h140 DWARFCompileUnit *getCompileUnitAtIndex(unsigned index) { in getCompileUnitAtIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp696 getCompileUnitAtIndex(0)->getAddressByteSize()); in getDebugLoc()
710 getCompileUnitAtIndex(0)->getAddressByteSize()); in getDebugLocDWO()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp327 Loc->parse(LocData, getCompileUnitAtIndex(0)->getAddressByteSize()); in getDebugLoc()