Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp88 const char *function_name = cur->info.function; in IsStackTraceSuppressed() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h462 InterruptionReport(std::string function_name, std::string description) in InterruptionReport()
472 InterruptionReport(std::string function_name, const char *format, in InterruptionReport()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp146 const char *function_name, in ScriptSummaryFormat()
/freebsd/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/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/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h390 const char *function_name, in SetBreakpointCommandCallbackFunction()
402 virtual bool GetScriptedSummary(const char *function_name, in GetScriptedSummary()
413 virtual bool FormatterCallbackFunction(const char *function_name, in FormatterCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp138 const char *function_name, StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp367 llvm::StringRef function_name(symbol->GetName().GetCString()); in GetStepThroughTrampolinePlan() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_private.h148 #define archive_check_magic(a, expected_magic, allowed_states, function_name) \ argument
/freebsd/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/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1032 char function_name[256]; in InternalGetProcAddress() local
1073 const char *function_name, uptr new_function, in OverrideImportedFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp343 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1315 ConstString function_name; in PrepareForExecution() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1620 const char *function_name = type_name.AsCString(); in AddSummary() local
2361 const char *function_name = type_name.AsCString(); in AddSynth() local
H A DCommandObjectTarget.cpp1691 ConstString function_name(name); in LookupFunctionInModule() local
3628 ConstString function_name(m_options.m_str.c_str()); in DoExecute() local
/freebsd/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()
H A DDebugger.cpp1307 std::string function_name, const llvm::formatv_object_base &payload) in InterruptionReport()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi_wlfw_v01.h632 char function_name[QMI_WLFW_FUNCTION_NAME_LEN_V01 + 1]; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1168 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2003 const std::string& function_name) { in VerifyOutput()