Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp178 void SymbolFile::SetCompileUnitAtIndex(uint32_t idx, const CompUnitSP &cu_sp) { in SetCompileUnitAtIndex() function in SymbolFile
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h308 void SetCompileUnitAtIndex(uint32_t idx, const lldb::CompUnitSP &cu_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp588 SetCompileUnitAtIndex(cu_idx, in ParseCompileUnitAtIndex()
1293 SetCompileUnitAtIndex(cu_idx, cu_sp); in SetCompileUnit()
H A DSymbolFileDWARF.cpp722 SetCompileUnitAtIndex(dwarf_cu.GetID(), cu_sp); in ParseCompileUnit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp223 SetCompileUnitAtIndex(index, cu_sp); in ParseCompileUnitAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp424 SetCompileUnitAtIndex(cci.m_id.modi, cu_sp); in CreateCompileUnit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1760 SetCompileUnitAtIndex(index, cu_sp); in ParseCompileUnitForUID()