Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp41 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()
842 SetValue(&I, R, SF); in visitBinaryOperator()
868 SetValue(&I, R, SF); in visitSelectInst()
910 SetValue(CallingSF.Caller, Result, CallingSF); in popStackAndReturnValueToCaller()
1009 SetValue(PN, ResultValues[i], SF); in SwitchToNewBasicBlock()
1040 SetValue(&I, Result, SF); in visitAllocaInst()
1089 SetValue(&I, executeGEPOperation(I.getPointerOperand(), in visitGetElementPtrInst()
[all …]
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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.cpp117 void IOHandler::SetPopped(bool b) { m_popped.SetValue(b, eBroadcastOnChange); } in SetPopped()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h300 void SetValue(uint64_t value) { m_value = value; } in SetValue() function
319 void SetValue(double value) { m_value = value; } in SetValue() function
338 void SetValue(bool value) { m_value = value; } in SetValue() function
356 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
399 key_object_sp->SetValue(iter->first.AsCString()); in GetKeys()
568 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.h123 m_predicate.SetValue(true, eBroadcastAlways); in DoOnRemoval()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp331 result->SetValue(std::string(c, size)); in CreateStructuredString()
369 result->SetValue(std::string(str, bytes.size())); in CreateStructuredString()
440 result->SetValue(GetString()); in CreateStructuredString()
469 result->SetValue(0); in CreateStructuredInteger()
471 result->SetValue(value.get()); in CreateStructuredInteger()
479 SetValue(value); in PythonBoolean()
490 void PythonBoolean::SetValue(bool value) { in SetValue() function in PythonBoolean
496 result->SetValue(GetValue()); in CreateStructuredBoolean()
H A DPythonDataObjects.h494 void SetValue(bool value);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp470 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop() argument
486 PointerType::get(SetValue->getType(), dstAS)); in createMemSetLoop()
493 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType()); in createMemSetLoop()
501 SetValue, in createMemSetLoop()
502 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex), in createMemSetLoop()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp220 m_exception_pred.SetValue(result, eBroadcastAlways); in ContinueAsyncException()
344 m_exception_pred.SetValue(result, eBroadcastNever); in HandleExceptionEvent()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h207 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
H A DTGParser.cpp161 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() function in TGParser
2843 SetValue(CurRec, ValLoc, DeclName, std::nullopt, Val, in ParseDeclaration()
3031 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem()
3076 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value)) in ApplyLetStack()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp373 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp806 symbol.GetMangled().SetValue(ConstString(sym_name)); in AppendFromCOFFSymbolTable()
874 symbol.GetMangled().SetValue(ConstString(sym_name)); in AppendFromExportTable()

12