Searched refs:function_changed (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 231 ValueObject *valobj, bool function_changed, bool initial_function); 236 bool function_changed, bool initial_function);
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1303 bool function_changed, in FormatStringRef() argument 1310 function_changed, initial_function); in FormatStringRef() 1319 ValueObject *valobj, bool function_changed, in Format() argument 1340 if (!Format(child, s, sc, exe_ctx, addr, valobj, function_changed, in Format() 1357 function_changed, initial_function)) in Format() 1770 return function_changed; in Format() 1923 return function_changed; in Format()
|
| H A D | Debugger.cpp | 1569 bool function_changed = false; in FormatDisassemblerAddress() local 1576 function_changed = true; in FormatDisassemblerAddress() 1580 function_changed = true; in FormatDisassemblerAddress() 1593 function_changed, initial_function); in FormatDisassemblerAddress()
|