Searched refs:function (Results 376 - 400 of 1263) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp33 // ThreadPlanCallFunction: Plan to call a single function
56 // to put our function, we're not going to get any further...
82 ReportRegisterState("About to checkpoint thread before function call. "
98 Thread &thread, const Address &function, const CompilerType &return_type,
100 : ThreadPlan(ThreadPlan::eKindCallFunction, "Call function plan", thread,
106 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function),
131 Thread &thread, const Address &function,
133 : ThreadPlan(ThreadPlan::eKindCallFunction, "Call function plan", thread,
139 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function),
209 ReportRegisterState("Restoring thread state after function cal
97 ThreadPlanCallFunction( Thread &thread, const Address &function, const CompilerType &return_type, llvm::ArrayRef<addr_t> args, const EvaluateExpressionOptions &options) argument
130 ThreadPlanCallFunction( Thread &thread, const Address &function, const EvaluateExpressionOptions &options) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp88 const char *function_name = cur->info.function;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp268 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
269 std::function<bool(const char *, const char *)> const &instance_method_func,
270 std::function<bool(const char *, const char *)> const &class_method_func,
271 std::function<bool(const char *, const char *, lldb::addr_t,
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DICF.cpp58 std::function<void(size_t, size_t)> fn);
60 void forEachClass(std::function<void(size_t, size_t)> fn);
211 std::function<void(size_t, size_t)> fn) {
220 void ICF::forEachClass(std::function<void(size_t, size_t)> fn) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h85 std::function<lldb::addr_t(lldb::addr_t file_addr)> const
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h34 typedef std::function<bool(const lldb::TypeCategoryImplSP &)> ForEachCallback;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S50 .type fast2_ldadd_asm, @function
149 .type fast2_ldsub_asm, @function
249 .type fast2_ldmpy_asm, @function
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp98 std::function<lldb::addr_t(lldb::addr_t file_addr)> const
126 if (!sc.function)
130 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress();
H A DIRExecutionUnit.cpp115 for (JittedFunction &function : m_jitted_functions) {
116 if (function.m_name == m_name) {
117 func_local_addr = function.m_local_addr;
118 func_remote_addr = function.m_remote_addr;
124 ret.SetErrorStringWithFormat("Couldn't find function %s for disassembly",
130 "Found function, has local address 0x%" PRIx64
140 ret.SetErrorStringWithFormat("Couldn't find code range for function %s",
304 error.SetErrorStringWithFormat("Couldn't JIT the function: %s",
354 for (llvm::Function &function : *m_module) {
355 if (function
[all...]
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl71 .type RC4,\@function
184 .type RC4_set_key,\@function
230 .type RC4_options,\@function
/freebsd-current/sys/crypto/openssl/powerpc/
H A Dghashp8-ppc.S7 .type gcm_init_p8,@function
133 .type gcm_gmult_p8,@function
184 .type gcm_ghash_p8,@function
H A Dppc.S85 .type bn_sqr_comba4,@function
87 .type bn_sqr_comba8,@function
89 .type bn_mul_comba4,@function
91 .type bn_mul_comba8,@function
93 .type bn_sub_words,@function
95 .type bn_add_words,@function
97 .type bn_div_words,@function
99 .type bn_sqr_words,@function
101 .type bn_mul_words,@function
103 .type bn_mul_add_words,@function
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h289 *getNoteTag(std::function<std::string(PathSensitiveBugReport &)> &&Cb,
304 const NoteTag *getNoteTag(std::function<std::string()> &&Cb,
332 std::function<void(PathSensitiveBugReport &BR, llvm::raw_ostream &OS)> &&Cb,
348 /// Get the declaration of the called function (path-sensitive).
351 /// Get the name of the called function (path-sensitive).
354 /// Get the identifier of the called function (path-sensitive).
363 /// Get the name of the called function (path-sensitive).
369 /// Returns true if the callee is an externally-visible function in the
372 /// If a name is provided, the function must additionally match the given
377 /// \c std namespace. This also does not check if the function i
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h33 // DILineInfo contains "<invalid>" for function/filename it cannot fetch.
80 OS << "function '" << FunctionName << "', ";
208 std::function<llvm::StringRef(uint64_t DwarfRegNum, bool IsEH)>
229 std::function<void(Error)> RecoverableErrorHandler =
231 std::function<void(Error)> WarningHandler = WithColor::defaultWarningHandler;
285 /// the output of this function should be deterministic, i.e. repeated calls
295 /// function should provide the contents of said section in `Data`. If the
297 /// prohibitive, this function should return false. In that case, relocations
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h159 static void ForEach(std::function<bool(Language *)> callback);
163 // Implement this function to return the user-defined entry point name
167 virtual bool IsTopLevelFunction(Function &function);
201 // function can be used to enumerate them. This is useful when doing name
211 /// This function should only return true if there is a high confidence
218 /// language-specific ways. This function returns that prefix and suffix.
238 // This function does a language-aware comparison for those purposes.
304 static void ForAllLanguages(std::function<bool(lldb::LanguageType)> callback);
327 // Given a mangled function name, calculates some alternative manglings since
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h135 /// If true, and a notifier function is set, the notifier function
139 /// function is Target::ModulesDidLoad -- the call to
164 /// If true, and a notifier function is set, the notifier function
168 /// function is Target::ModulesDidLoad -- the call to
373 /// \param[in] function
374 /// Optional filter function. Addresses within this function will be
379 /// All matching addresses within 'function'
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h50 /// Construct with module, and optional compile unit, function, block, line
61 /// \param[in] function
62 /// A Function pointer to the function for this context.
75 Function *function = nullptr, Block *block = nullptr,
82 Function *function = nullptr, Block *block = nullptr,
107 /// context. If a module, function, file and line number are available, they
108 /// will be dumped. If only a module and function or symbol name with offset
127 /// If a given pc is in inlined function(s), whether the inlined
129 /// the concrete function containing the pc.
132 /// If false, this method will try to elide the function argumen
315 Function *function = nullptr; ///< The Function for a given query member in class:lldb_private::SymbolContext
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp520 if (sc.function) {
522 sc.function->GetID());
527 sc.function->GetBlock(false).SetDidParseVariables(true, true);
554 // in a function scope, can't be found in PDB.
773 sc.function = sc.comp_unit->FindFunctionByUID(func_uid).get();
774 if (sc.function == nullptr)
775 sc.function =
777 if (sc.function) {
783 : sc.function->GetID();
784 sc.block = sc.function
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y70 /* time delay after a function call - allows the slave time to
71 * run the function and output data before we do other actions.
109 char *function;
403 if (command.function != NULL)
404 free(command.function);
406 command.function = malloc(strlen($1) + 1);
407 if (command.function == NULL)
408 err(1, "Could not allocate memory for function name");
409 strcpy(command.function, $1);
549 * when a test function cal
[all...]
/freebsd-current/sys/x86/cpufreq/
H A Dsmist.c30 * Malik Martin (function 1 and 2 of the GSI).
33 * Hiroshi Miura (function 0 of the GSI).
233 getset_state(struct smist_softc *sc, int *state, int function) argument
242 if (function != GET_STATE && function != SET_STATE)
254 "b" (function),
264 switch (function) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp73 /// The function returns a ValueObject for the captured 'this' if such
803 // Find the block that defines the function represented by "sym_ctx"
856 // a function that claims to have an object pointer (through
908 // Find the block that defines the function represented by "sym_ctx"
945 // a function that claims to have an object pointer (through
1127 /// Structure to hold the info needed when comparing function
1144 // the function declarations in a vector for efficiency.
1158 Function *function = sym_ctx.function; local
1159 if (!function) {
1799 AddOneFunction(NameSearchContext &context, Function *function, Symbol *symbol) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp48 "The maximum number of iterations function specialization is run"));
53 // We can only do this if we know that nothing else can call the function.
60 << "Can't zap returns of the function : " << F.getName()
112 std::function<const TargetLibraryInfo &(Function &)> GetTLI,
113 std::function<TargetTransformInfo &(Function &)> GetTTI,
114 std::function<AssumptionCache &(Function &)> GetAC,
115 std::function<DominatorTree &(Function &)> GetDT,
116 std::function<BlockFrequencyInfo &(Function &)> GetBFI,
132 // Determine if we can track the function's return values. If so, add the
133 // function t
[all...]
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl132 .type ecp_nistz256_to_mont,%function
140 .type ecp_nistz256_from_mont,%function
148 .type ecp_nistz256_mul_by_2,%function
161 .type __ecp_nistz256_mul_by_2,%function
189 .type ecp_nistz256_add,%function
202 .type __ecp_nistz256_add,%function
279 .type ecp_nistz256_mul_by_3,%function
292 .type __ecp_nistz256_mul_by_3,%function
364 .type ecp_nistz256_div_by_2,%function
377 .type __ecp_nistz256_div_by_2,%function
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Ds390x.S17 .type bn_mul_add_words,@function
127 .type bn_mul_words,@function
192 .type bn_sqr_words,@function
248 .type bn_div_words,@function
258 .type bn_add_words,@function
312 .type bn_sub_words,@function
377 .type bn_mul_comba8,@function
503 .type bn_mul_comba4,@function
573 .type bn_sqr_comba8,@function
670 .type bn_sqr_comba4,@function
[all...]
/freebsd-current/sys/crypto/openssl/powerpc64/
H A Dppc.S85 .type bn_sqr_comba4,@function
87 .type bn_sqr_comba8,@function
89 .type bn_mul_comba4,@function
91 .type bn_mul_comba8,@function
93 .type bn_sub_words,@function
95 .type bn_add_words,@function
97 .type bn_div_words,@function
99 .type bn_sqr_words,@function
101 .type bn_mul_words,@function
103 .type bn_mul_add_words,@function
[all...]

Completed in 183 milliseconds

<<11121314151617181920>>