| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 96 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-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Mangled.h | 208 void SetValue(ConstString name, bool is_mangled); 217 void SetValue(ConstString name);
|
| H A D | ThreadSafeValue.h | 38 void SetValue(const T &value) { in SetValue() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 90 SetValue(s); in Mangled() 95 SetValue(ConstString(name)); in Mangled() 130 void Mangled::SetValue(ConstString s, bool mangled) { in SetValue() function in Mangled 145 void Mangled::SetValue(ConstString name) { in SetValue() function in Mangled
|
| H A D | IOHandler.cpp | 120 void IOHandler::SetPopped(bool b) { m_popped.SetValue(b, eBroadcastOnChange); } in SetPopped()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 292 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 373 key_object_sp->SetValue(iter->first.AsCString()); in GetKeys() 538 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); in DoOnRemoval()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 379 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop() argument 395 PointerType::get(SetValue->getType(), dstAS)); in createMemSetLoop() 402 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType()); in createMemSetLoop() 410 SetValue, in createMemSetLoop() 411 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex), in createMemSetLoop()
|
| /freebsd-13.1/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 | 225 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function 255 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 42 form_value.SetValue(ValueAtIndex(i)); in ExtractFormValueAtIndex()
|
| H A D | DWARFFormValue.h | 52 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
|
| H A D | DWARFASTParserClang.cpp | 2241 func_name.SetValue(ConstString(mangled), true); in ParseFunctionFromDWARF() 2280 func_name.SetValue(ConstString(sstr.GetString()), false); in ParseFunctionFromDWARF() 2282 func_name.SetValue(ConstString(name), false); in ParseFunctionFromDWARF()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 327 result->SetValue(std::string(c, size)); in CreateStructuredString() 365 result->SetValue(std::string(str, bytes.size())); in CreateStructuredString() 478 result->SetValue(GetString()); in CreateStructuredString() 539 result->SetValue(0); in CreateStructuredInteger() 541 result->SetValue(value.get()); in CreateStructuredInteger() 549 SetValue(value); in PythonBoolean() 560 void PythonBoolean::SetValue(bool value) { in SetValue() function in PythonBoolean 566 result->SetValue(GetValue()); in CreateStructuredBoolean()
|
| H A D | PythonDataObjects.h | 85 SetValue(nullptr); in ~StructuredPythonObject() 511 void SetValue(bool value);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.h | 198 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
|
| H A D | TGParser.cpp | 161 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() function in TGParser 2724 SetValue(CurRec, ValLoc, DeclName, None, Val)) in ParseDeclaration() 2910 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem() 2955 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value)) in ApplyLetStack()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Socket.cpp | 201 predicate->SetValue(port, eBroadcastAlways); in TcpListen()
|
| H A D | Host.cpp | 464 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 699 m_port_predicate.SetValue(0, eBroadcastNever); in SocketListenAndAccept()
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 547 void SetValue(const std::string& new_value) { in SetValue() function
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 1099 property.SetValue("2"); in TEST() 1345 TEST(TestPropertyTest, SetValue) { in TEST() argument 1348 property.SetValue("value_2"); in TEST()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1968 mangled.SetValue(ConstString(func_name), false); in GetMangledForPDBFunc()
|