Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFile.cpp213 void SymbolFileCommon::SetCompileUnitAtIndex(uint32_t idx, in SetCompileUnitAtIndex() function in SymbolFileCommon
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFile.h539 void SetCompileUnitAtIndex(uint32_t idx, const lldb::CompUnitSP &cu_sp);
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp610 SetCompileUnitAtIndex(cu_idx, cu_info.compile_units_sps[0]); in ParseCompileUnitAtIndex()
1327 SetCompileUnitAtIndex(cu_idx, cu_sp); in SetCompileUnit()
H A DSymbolFileDWARF.cpp722 SetCompileUnitAtIndex(dwarf_cu.GetID(), cu_sp); in ParseCompileUnit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp224 SetCompileUnitAtIndex(index, cu_sp); in ParseCompileUnitAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1771 SetCompileUnitAtIndex(index, cu_sp); in ParseCompileUnitForUID()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp538 SetCompileUnitAtIndex(cci.m_id.modi, cu_sp); in CreateCompileUnit()