Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DFormatEntity.h211 ValueObject *valobj, bool function_changed,
218 bool function_changed, bool initial_function);
224 bool function_changed, bool initial_function);
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1049 bool function_changed, in FormatStringRef() argument
1056 function_changed, initial_function); in FormatStringRef()
1066 bool function_changed, bool initial_function) { in FormatCString() argument
1073 function_changed, initial_function); in FormatCString()
1082 ValueObject *valobj, bool function_changed, in Format() argument
1105 if (!Format(child, s, sc, exe_ctx, addr, valobj, function_changed, in Format()
1121 function_changed, initial_function); in Format()
1509 return function_changed; in Format()
1823 return function_changed; in Format()
H A DDebugger.cpp1262 bool function_changed = false; in FormatDisassemblerAddress() local
1269 function_changed = true; in FormatDisassemblerAddress()
1273 function_changed = true; in FormatDisassemblerAddress()
1286 function_changed, initial_function); in FormatDisassemblerAddress()