Home
last modified time | relevance | path

Searched refs:SetValue (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp96 SetValue(&I, R, SF); in visitUnaryOperator()
355 SetValue(&I, R, SF); in visitICmpInst()
697 SetValue(&I, R, SF); in visitFCmpInst()
842 SetValue(&I, R, SF); in visitBinaryOperator()
868 SetValue(&I, R, SF); in visitSelectInst()
1210 SetValue(&I, Dest, SF); in visitShl()
1237 SetValue(&I, Dest, SF); in visitLShr()
1264 SetValue(&I, Dest, SF); in visitAShr()
1788 SetValue(&I, Dest, SF); in visitVAArgInst()
1824 SetValue(&I, Dest, SF); in visitExtractElementInst()
[all …]
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DMangled.h199 void SetValue(ConstString name, bool is_mangled);
208 void SetValue(ConstString name);
H A DThreadSafeValue.h38 void SetValue(const T &value) { in SetValue() function
/llvm-project-15.0.7/lldb/source/Core/
H A DMangled.cpp65 SetValue(s); in Mangled()
70 SetValue(ConstString(name)); in Mangled()
95 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 DIOHandler.cpp121 void IOHandler::SetPopped(bool b) { m_popped.SetValue(b, eBroadcastOnChange); } in SetPopped()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-member-decl-usage.cpp161 void SetValue(int Value) { this->value = Value; } // A1 in SetValue() function
165 this->SetValue(Other.GetValue()); // A1 in operator =()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h292 void SetValue(uint64_t value) { m_value = value; } in SetValue() function
309 void SetValue(double value) { m_value = value; } in SetValue() function
326 void SetValue(bool value) { m_value = value; } in SetValue() function
342 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
383 key_object_sp->SetValue(iter->first.AsCString()); in GetKeys()
548 void SetValue(void *value) { m_object = value; } in SetValue() function
H A DPredicate.h89 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
H A DEvent.h123 m_predicate.SetValue(true, eBroadcastAlways); in DoOnRemoval()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h104 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
134 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
H A DTypeSummary.h196 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
250 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
H A DTypeSynthetic.h225 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
255 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DPredicateTest.cpp22 P.SetValue(1, eBroadcastAlways); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp332 result->SetValue(std::string(c, size)); in CreateStructuredString()
370 result->SetValue(std::string(str, bytes.size())); in CreateStructuredString()
441 result->SetValue(GetString()); in CreateStructuredString()
470 result->SetValue(0); in CreateStructuredInteger()
472 result->SetValue(value.get()); in CreateStructuredInteger()
480 SetValue(value); in PythonBoolean()
491 void PythonBoolean::SetValue(bool value) { in SetValue() function in PythonBoolean
497 result->SetValue(GetValue()); in CreateStructuredBoolean()
H A DPythonDataObjects.h482 void SetValue(bool value);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp473 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop() argument
489 PointerType::get(SetValue->getType(), dstAS)); in createMemSetLoop()
496 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType()); in createMemSetLoop()
504 SetValue, in createMemSetLoop()
505 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex), in createMemSetLoop()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp44 form_value.SetValue(ValueAtIndex(i)); in ExtractFormValueAtIndex()
H A DDWARFFormValue.h52 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
H A DCFCMutableDictionary.cpp102 bool CFCMutableDictionary::SetValue(CFStringRef key, const void *value, in SetValue() function in CFCMutableDictionary
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp219 m_exception_pred.SetValue(result, eBroadcastAlways); in ContinueAsyncException()
343 m_exception_pred.SetValue(result, eBroadcastNever); in HandleExceptionEvent()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.h201 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp375 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp100 m_is_running.SetValue(true, eBroadcastAlways); in SendRequestAndGetReply()
265 m_is_running.SetValue(false, eBroadcastAlways); in CheckForPacket()

12