Home
last modified time | relevance | path

Searched refs:getUnitAtIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp236 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TestAllForms()
522 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0));
711 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0));
713 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(1));
933 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0));
1109 DWARFUnit *U = DwarfContext->getUnitAtIndex(0);
1226 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0));
1402 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0));
1460 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0));
1512 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0));
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h240 DWARFUnit *getUnitAtIndex(unsigned index) { in getUnitAtIndex() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1680 const DWARFUnit *CU = BC.DwCtx->getUnitAtIndex(Index); in updateGdbIndexSection()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp845 getUnitAtIndex(0)->getAddressByteSize()) in getDebugLoc()