Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp903 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local
904 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
905 sym_type == eSymbolTypeResolver)) in FindFunctions()
925 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local
927 (sym_type == eSymbolTypeCode || in FindFunctions()
928 sym_type == eSymbolTypeResolver)) { in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp693 SymbolType sym_type = lldb::eSymbolTypeData) { in ExtractRuntimeGlobalSymbol() argument