Home
last modified time | relevance | path

Searched refs:SetCompileUnitAtIndex (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp203 void SymbolFileCommon::SetCompileUnitAtIndex(uint32_t idx, in SetCompileUnitAtIndex() function in SymbolFileCommon
/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h610 void SetCompileUnitAtIndex(uint32_t idx, const lldb::CompUnitSP &cu_sp);
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp607 SetCompileUnitAtIndex(cu_idx, cu_info.compile_units_sps[0]); in ParseCompileUnitAtIndex()
1352 SetCompileUnitAtIndex(cu_idx, cu_sp); in SetCompileUnit()
H A DSymbolFileDWARF.cpp797 SetCompileUnitAtIndex(dwarf_cu.GetID(), cu_sp); in ParseCompileUnit()
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp225 SetCompileUnitAtIndex(index, cu_sp); in ParseCompileUnitAtIndex()
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1741 SetCompileUnitAtIndex(index, cu_sp); in ParseCompileUnitForUID()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp537 SetCompileUnitAtIndex(cci.m_id.modi, cu_sp); in CreateCompileUnit()