Home
last modified time | relevance | path

Searched defs:cu_sp (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DSymbolFile.cpp172 lldb::CompUnitSP &cu_sp = (*m_compile_units)[idx]; in GetCompileUnitAtIndex() local
178 void SymbolFile::SetCompileUnitAtIndex(uint32_t idx, const CompUnitSP &cu_sp) { in SetCompileUnitAtIndex()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp226 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp119 CompUnitSP cu_sp; in ParseCompileUnitAtIndex() local
/external/llvm-project/lldb/source/Core/
DSearchFilter.cpp311 CompUnitSP cu_sp(module_sp->GetCompileUnitAtIndex(i)); in DoCUIteration() local
779 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search() local
DModule.cpp433 CompUnitSP cu_sp; in GetCompileUnitAtIndex() local
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp423 lldb::CompUnitSP cu_sp = Module.GetCompileUnitAtIndex(i); in findFunctions() local
477 lldb::CompUnitSP cu_sp = Module.GetCompileUnitAtIndex(i); in findBlocks() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp735 auto cu_sp = GetCompileUnitContainsAddress(so_addr); in ResolveSymbolContext() local
1630 auto cu_sp = ParseCompileUnitAtIndex(cu_idx); in GetTypes() local
1746 auto cu_sp = std::make_shared<CompileUnit>(m_objfile_sp->GetModule(), nullptr, in ParseCompileUnitForUID() local
/external/llvm-project/lldb/source/API/
DSBModule.cpp271 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.cpp218 auto cu_sp = std::make_shared<CompileUnit>(m_objfile_sp->GetModule(), in ParseCompileUnitAtIndex() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp285 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp1284 const CompUnitSP &cu_sp) { in SetCompileUnit()
DSymbolFileDWARF.cpp679 CompUnitSP cu_sp; in ParseCompileUnit() local
1775 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(i); in GetGlobalAranges() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp420 CompUnitSP cu_sp = in CreateCompileUnit() local