Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1050 bool function_changed, in FormatStringRef() argument
1057 function_changed, initial_function); in FormatStringRef()
1067 bool function_changed, bool initial_function) { in FormatCString() argument
1074 function_changed, initial_function); in FormatCString()
1083 ValueObject *valobj, bool function_changed, in Format() argument
1106 if (!Format(child, s, sc, exe_ctx, addr, valobj, function_changed, in Format()
1122 function_changed, initial_function); in Format()
1510 return function_changed; in Format()
1824 return function_changed; in Format()
H A DDebugger.cpp1120 bool function_changed = false; in FormatDisassemblerAddress() local
1127 function_changed = true; in FormatDisassemblerAddress()
1131 function_changed = true; in FormatDisassemblerAddress()
1144 function_changed, initial_function); in FormatDisassemblerAddress()