Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp245 PdbIndex &index = pdb->GetIndex(); in GetOrCreateSymbolForId()
326 PdbIndex &index = pdb->GetIndex(); in CreateDeclInfoForUndecoratedName()
364 PdbIndex& index = pdb->GetIndex(); in GetParentDeclContext()
449 ->GetIndex(); in CompleteTagDecl()
701 PdbIndex &index = pdb->GetIndex(); in GetOrCreateVariableDecl()
712 PdbIndex &index = pdb->GetIndex(); in GetOrCreateVariableDecl()
725 PdbIndex &index = pdb->GetIndex(); in GetOrCreateTypedefDecl()
760 PdbIndex &index = pdb->GetIndex(); in CreateType()
819 PdbIndex &index = pdb->GetIndex(); in GetOrCreateType()
861 PdbIndex &index = pdb->GetIndex(); in CreateFunctionDecl()
[all...]
H A DSymbolFileNativePDB.h158 PdbIndex &GetIndex() { return *m_index; }; in GetIndex() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp143 if (GetIndex() != UINT32_MAX) in GetDescription()
144 s->Printf("index: %d ", GetIndex()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h55 uint32_t GetIndex() const { return m_index; } in GetIndex() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp352 if (m_options.GetThreadSpec()->GetIndex() == index) in SetThreadIndex()
363 return m_options.GetThreadSpecNoCreate()->GetIndex(); in GetThreadIndex()
H A DBreakpointLocation.cpp133 return thread_spec->GetIndex(); in GetThreadIndex()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp401 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()
H A DSBBreakpoint.cpp392 thread_idx = thread_spec->GetIndex(); in GetThreadIndex()