/freebsd/contrib/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 …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 310 void SetValue(N value) { m_value = value; } in AddItem() 335 void SetValue(double value) { m_value = value; } 354 void SetValue(bool value) { m_value = value; } 372 void SetValue(llvm::StringRef S) { m_value = std::string(S); } 563 void SetValue(void *value) { m_object = value; } in HasKey() 353 void SetValue(N value) { m_value = value; } SetValue() function 378 void SetValue(double value) { m_value = value; } SetValue() function 397 void SetValue(bool value) { m_value = value; } SetValue() function 415 void SetValue(llvm::StringRef S) { m_value = std::string(S); } SetValue() function 621 void SetValue(void *value) { m_object = value; } 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); in DoOnRemoval()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Mangled.cpp | 92 SetValue(s); in Mangled() 97 SetValue(ConstString(name)); in Mangled() 120 void Mangled::SetValue(ConstString name) { in SetValue() function in Mangled
|
H A D | IOHandler.cpp | 117 void IOHandler::SetPopped(bool b) { m_popped.SetValue(b, eBroadcastOnChange); } in SetPopped()
|
/freebsd/contrib/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 | 196 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 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()
|
/freebsd/contrib/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);
|
/freebsd/contrib/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 | 54 void SetValue(const ValueType &val) { m_value = val; } 52 void SetValue(const ValueType &val) { m_value = val; } SetValue() function
|
H A D | DWARFASTParserClang.cpp | 2396 func_name.SetValue(ConstString(mangled)); in ParseFunctionFromDWARF() 2407 func_name.SetValue(ConstructDemangledNameFromDWARF(die)); in ParseFunctionFromDWARF() 2409 func_name.SetValue(ConstString(name)); in ParseFunctionFromDWARF()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 463 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop() argument 481 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType()); in createMemSetLoop() 489 SetValue, in createMemSetLoop() 490 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex), in createMemSetLoop()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 341 result->SetValue(std::string(c, size)); in CreateStructuredString() 379 result->SetValue(std::string(str, bytes.size())); in CreateStructuredString() 450 result->SetValue(GetString()); in CreateStructuredString() 504 SetValue(value); in PythonBoolean() 515 void PythonBoolean::SetValue(bool value) { in SetValue() function in PythonBoolean 521 result->SetValue(GetValue()); in CreateStructuredBoolean()
|
H A D | PythonDataObjects.h | 510 void SetValue(bool value);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 281 symbol.GetMangled().SetValue(ConstString(*NameOrErr)); in ParseSymtab()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 231 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
|
H A D | TGParser.cpp | 229 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() function in TGParser 3297 SetValue(CurRec, ValLoc, DeclName, std::nullopt, Val, in ParseDeclaration() 3489 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem() 3529 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value)) in ApplyLetStack()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 402 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | testing.md | 1195 ##### SetValue {#SetValue} 1197 `void SetValue(const std::string& new_value)`
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 250 func_name.SetValue(ConstString(record->Name)); in GetOrCreateFunction()
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest.h | 384 void SetValue(const std::string& new_value) { value_ = new_value; } in SetValue() function
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 1156 property.SetValue("2"); in TEST() 1391 TEST(TestPropertyTest, SetValue) { in TEST() argument 1394 property.SetValue("value_2"); in TEST()
|