Home
last modified time | relevance | path

Searched refs:sym_type (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp877 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local
878 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
879 sym_type == eSymbolTypeResolver)) in FindFunctions()
899 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local
901 (sym_type == eSymbolTypeCode || in FindFunctions()
902 sym_type == eSymbolTypeResolver)) { in FindFunctions()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp692 SymbolType sym_type = lldb::eSymbolTypeData) { in ExtractRuntimeGlobalSymbol() argument