Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 24 of 24) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp88 if (!function_name) { in IsStackTraceSuppressed() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h462 InterruptionReport(std::string function_name,std::string description) InterruptionReport() argument
472 InterruptionReport(std::string function_name,const char * format,Args &&...args) InterruptionReport() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp62 static void AddFrame(void *ctx, const char *function_name, const char *file, in AddFrame()
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp146 ScriptSummaryFormat(const TypeSummaryImpl::Flags & flags,const char * function_name,const char * python_script) ScriptSummaryFormat() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp111 ConstString function_name = symctx.GetFunctionName(); in GetRecognizerForFrame() local
H A DThreadPlanStepInRange.cpp387 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h390 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
402 GetScriptedSummary(const char * function_name,lldb::ValueObjectSP valobj,StructuredData::ObjectSP & callee_wrapper_sp,const TypeSummaryOptions & options,std::string & retval) GetScriptedSummary() argument
413 FormatterCallbackFunction(const char * function_name,lldb::TypeImplSP type_impl_sp) FormatterCallbackFunction() argument
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp138 SetBreakpointCommandCallbackFunction(std::vector<std::reference_wrapper<BreakpointOptions>> & bp_options_vec,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp367 llvm::StringRef function_name(symbol->GetName().GetCString()); GetStepThroughTrampolinePlan() local
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_private.h148 archive_check_magic(a,expected_magic,allowed_states,function_name) global() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h106 char *function_name = nullptr; member
H A Dsanitizer_symbolizer_libcdep.cpp341 char *function_name = nullptr; in ParseSymbolizePCOutput() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1032 char function_name[256]; InternalGetProcAddress() local
1073 OverrideImportedFunction(const char * module_to_patch,const char * imported_module,const char * function_name,uptr new_function,uptr * orig_old_func) OverrideImportedFunction() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp343 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp605 #define LSF_INSERT(function_name) LSF.insert(&Ctx.Idents.get(function_name)); argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1315 ConstString function_name; PrepareForExecution() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1620 const char *function_name = type_name.AsCString(); AddSummary() local
2361 const char *function_name = type_name.AsCString(); AddSynth() local
H A DCommandObjectTarget.cpp1691 ConstString function_name(name); LookupFunctionInModule() local
3628 ConstString function_name(m_options.m_str.c_str()); DoExecute() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp262 const char *function_name = in ElideMixedSourceAndDisassemblyLine() local
H A DModule.cpp733 ConstString function_name, LanguageType language_type) const { in NameMatchesLookupInfo() argument
H A DDebugger.cpp1307 InterruptionReport(std::string function_name,const llvm::formatv_object_base & payload) InterruptionReport() argument
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dqmi_wlfw_v01.h632 char function_name[QMI_WLFW_FUNCTION_NAME_LEN_V01 + 1]; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1168 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2003 const std::string& function_name) { in VerifyOutput() argument