Home
last modified time | relevance | path

Searched defs:SetValue (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h163 void SetValue(uint64_t value) { m_value = value; } in SetValue() function
179 void SetValue(double value) { m_value = value; } in SetValue() function
195 void SetValue(bool value) { m_value = value; } in SetValue() function
218 void SetValue(const std::string &string) { m_value = string; } in SetValue() function
374 void SetValue(void *value) { m_object = value; } in SetValue() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h300 void SetValue(uint64_t value) { m_value = value; } in SetValue() function
319 void SetValue(double value) { m_value = value; } in SetValue() function
338 void SetValue(bool value) { m_value = value; } in SetValue() function
356 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
568 void SetValue(void *value) { m_object = value; } in SetValue() function
H A DPredicate.h90 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadSafeValue.h38 void SetValue(const T &value) { in SetValue() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DMangled.cpp95 void Mangled::SetValue(ConstString s, bool mangled) { in SetValue() function in Mangled
110 void Mangled::SetValue(ConstString name) { in SetValue() function in Mangled
H A DIOHandlerCursesGUI.cpp2227 void SetValue(const char *value) { return GetValueField().SetText(value); } in SetValue() function in curses::EnvironmentVariableFieldDelegate
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h52 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h104 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
H A DTypeSummary.h196 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
H A DTypeSynthetic.h225 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp102 bool CFCMutableDictionary::SetValue(CFStringRef key, const void *value, in SetValue() function in CFCMutableDictionary
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp470 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp490 void PythonBoolean::SetValue(bool value) { in SetValue() function in PythonBoolean
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp161 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() function in TGParser
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() function