| /llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() function 96 SetValue(&I, R, SF); in visitUnaryOperator() 355 SetValue(&I, R, SF); in visitICmpInst() 697 SetValue(&I, R, SF); in visitFCmpInst() 806 SetValue(&I, R, SF); in visitBinaryOperator() 832 SetValue(&I, R, SF); in visitSelectInst() 874 SetValue(CallingSF.Caller, Result, CallingSF); in popStackAndReturnValueToCaller() 973 SetValue(PN, ResultValues[i], SF); in SwitchToNewBasicBlock() 1004 SetValue(&I, Result, SF); in visitAllocaInst() 1053 SetValue(&I, executeGEPOperation(I.getPointerOperand(), in visitGetElementPtrInst() [all …]
|
| /llvm-project/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 163 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/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | identifier-naming-member-decl-usage.cpp | 161 void SetValue(int Value) { this->value = Value; } // A1 in SetValue() function 165 this->SetValue(Other.GetValue()); // A1 in operator =()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 310 void SetValue(N value) { m_value = value; } in SetValue() function 335 void SetValue(double value) { m_value = value; } in SetValue() function 354 void SetValue(bool value) { m_value = value; } in SetValue() function 372 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function 563 void SetValue(void *value) { m_object = value; } in SetValue() function
|
| H A D | Predicate.h | 90 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
|
| H A D | Event.h | 121 m_predicate.SetValue(true, eBroadcastAlways);
|
| /llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 94 SetValue(s); 99 SetValue(ConstString(name)); 122 void Mangled::SetValue(ConstString name) { in SetValue() 120 void Mangled::SetValue(ConstString name) { SetValue() function in Mangled
|
| H A D | IOHandler.cpp | 117 void IOHandler::SetPopped(bool b) { m_popped.SetValue(b, eBroadcastOnChange); } in SetPopped()
|
| /llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeFormat.h | 104 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 D | TypeSummary.h | 200 void SetValue(uint32_t value) { m_flags = value; } 254 void SetOptions(uint32_t value) { m_flags.SetValue(value); } 196 void SetValue(uint32_t value) { m_flags = value; } SetValue() function
|
| H A D | TypeSynthetic.h | 232 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function 262 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
|
| /llvm-project/lldb/unittests/Utility/ |
| H A D | PredicateTest.cpp | 22 P.SetValue(1, eBroadcastAlways); in TEST()
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | ThreadSafeValue.h | 38 void SetValue(const T &value) { in SetValue() function
|
| H A D | Mangled.h | 195 void SetValue(ConstString name);
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 45 form_value.SetValue(ValueAtIndex(i)); in ExtractFormValueAtIndex()
|
| H A D | DWARFFormValue.h | 44 void SetValue(const ValueType &val) { m_value = val; } in DWARFFormValue() 54 void SetValue(const ValueType &val) { m_value = val; } SetValue() function
|
| /llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 831 Value *CopyLen, Value *SetValue, Align DstAlign, 849 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType()); 857 SetValue, 858 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex), 971 /* SetValue */ Memset->getValue(), 980 /* SetValue=*/Memset->getValue(), 460 createMemSetLoop(Instruction * InsertBefore,Value * DstAddr,Value * CopyLen,Value * SetValue,Align DstAlign,bool IsVolatile) createMemSetLoop() argument
|
| /llvm-project/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCMutableDictionary.h | 31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
|
| H A D | CFCMutableDictionary.cpp | 102 bool CFCMutableDictionary::SetValue(CFStringRef key, const void *value, in SetValue() function in CFCMutableDictionary
|
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 339 result->SetValue(std::string(c, size)); in CreateStructuredString() 377 result->SetValue(std::string(str, bytes.size())); in CreateStructuredString() 448 result->SetValue(GetString()); in CreateStructuredString() 502 SetValue(value); 513 void PythonBoolean::SetValue(bool value) { in GetValue() 519 result->SetValue(GetValue()); in CreateStructuredBoolean() 515 void PythonBoolean::SetValue(bool value) { SetValue() function in PythonBoolean
|
| /llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | DebuggerThread.cpp | 220 m_exception_pred.SetValue(result, eBroadcastAlways); in ContinueAsyncException() 377 m_exception_pred.SetValue(result, eBroadcastNever); in HandleCreateProcessEvent()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 281 symbol.GetMangled().SetValue(ConstString(*NameOrErr)); in ParseSymtab()
|
| /llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.h | 231 bool SetValue(Record *TheRec, SMLoc Loc, const Init *ValName,
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 386 shell_info->process_reaped.SetValue(true, eBroadcastAlways);
|
| /llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.cpp | 100 m_is_running.SetValue(true, eBroadcastAlways); in SendRequestAndGetReply() 265 m_is_running.SetValue(false, eBroadcastAlways); in CheckForPacket()
|