Searched refs:function_changed (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h183 ValueObject *valobj, bool function_changed,
190 bool function_changed, bool initial_function);
196 bool function_changed, bool initial_function);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1060 bool function_changed,
1067 function_changed, initial_function);
1077 bool function_changed, bool initial_function) {
1084 function_changed, initial_function);
1093 ValueObject *valobj, bool function_changed,
1116 if (!Format(child, s, sc, exe_ctx, addr, valobj, function_changed,
1132 function_changed, initial_function);
1520 return function_changed;
1816 return function_changed;
1056 FormatStringRef(const llvm::StringRef &format_str, Stream &s, const SymbolContext *sc, const ExecutionContext *exe_ctx, const Address *addr, ValueObject *valobj, bool function_changed, bool initial_function) argument
1073 FormatCString(const char *format, Stream &s, const SymbolContext *sc, const ExecutionContext *exe_ctx, const Address *addr, ValueObject *valobj, bool function_changed, bool initial_function) argument
1090 Format(const Entry &entry, Stream &s, const SymbolContext *sc, const ExecutionContext *exe_ctx, const Address *addr, ValueObject *valobj, bool function_changed, bool initial_function) argument
H A DDebugger.cpp1100 bool function_changed = false; local
1107 function_changed = true;
1111 function_changed = true;
1124 function_changed, initial_function);

Completed in 68 milliseconds