Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp402 so_symbol->GetType() == eSymbolTypeSourceFile && in InitOSO()
434 else if (so_symbol->GetType() != eSymbolTypeSourceFile) in InitOSO()
436 else if (oso_symbol->GetType() != eSymbolTypeSourceFile) in InitOSO()
1237 if (source_file_symbol && source_file_symbol->GetType() == eSymbolTypeSourceFile) in FindCompleteObjCDefinitionTypeForDIE()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
HDSymbolFileSymtab.cpp104 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeSourceFile, m_source_indexes)) in CalculateAbilities()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h557 eSymbolTypeSourceFile, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDObjectFile.cpp396 case eSymbolTypeSourceFile: return eAddressClassDebug; in GetAddressClass()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp714 case eSymbolTypeSourceFile: in GetSymbolAddress()
836 case eSymbolTypeSourceFile: in FindGlobalDataSymbol()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1915 symbol_type = eSymbolTypeSourceFile; in ParseSymbols()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp4396 case eSymbolTypeSourceFile: in ServeSymbolLookups()