Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp872 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local
873 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
874 sym_type == eSymbolTypeResolver)) in FindFunctions()
894 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local
896 (sym_type == eSymbolTypeCode || in FindFunctions()
897 sym_type == eSymbolTypeResolver)) { in FindFunctions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp618 SymbolType sym_type = lldb::eSymbolTypeData) { in ExtractRuntimeGlobalSymbol() argument