Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h310 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 DPredicate.h90 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
H A DEvent.h120 m_predicate.SetValue(true, eBroadcastAlways); in DoOnRemoval()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp84 SetValue(s); in Mangled()
89 SetValue(ConstString(name)); in Mangled()
112 void Mangled::SetValue(ConstString name) { in SetValue() function in Mangled
H A DIOHandler.cpp117 void IOHandler::SetPopped(bool b) { m_popped.SetValue(b, eBroadcastOnChange); } in SetPopped()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h38 void SetValue(const T &value) { in SetValue() function
H A DMangled.h195 void SetValue(ConstString name);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp45 form_value.SetValue(ValueAtIndex(i)); in ExtractFormValueAtIndex()
H A DDWARFFormValue.h54 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
H A DDWARFASTParserClang.cpp2466 func_name.SetValue(ConstString(mangled)); in ParseFunctionFromDWARF()
2477 func_name.SetValue(ConstructDemangledNameFromDWARF(die)); in ParseFunctionFromDWARF()
2479 func_name.SetValue(ConstString(name)); in ParseFunctionFromDWARF()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp436 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop() argument
454 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType()); in createMemSetLoop()
462 SetValue, in createMemSetLoop()
463 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex), in createMemSetLoop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp341 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 DPythonDataObjects.h508 void SetValue(bool value);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp281 symbol.GetMangled().SetValue(ConstString(*NameOrErr)); in ParseSymtab()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h230 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
H A DTGParser.cpp229 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() function in TGParser
3291 SetValue(CurRec, ValLoc, DeclName, std::nullopt, Val, in ParseDeclaration()
3483 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem()
3523 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value)) in ApplyLetStack()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp369 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md1176 ##### SetValue {#SetValue}
1178 `void SetValue(const std::string& new_value)`
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp250 func_name.SetValue(ConstString(record->Name)); in GetOrCreateFunction()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h385 void SetValue(const std::string& new_value) { value_ = new_value; } in SetValue() function
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1152 property.SetValue("2"); in TEST()
1387 TEST(TestPropertyTest, SetValue) { in TEST() argument
1390 property.SetValue("value_2"); in TEST()

12