Searched refs:ValueRef (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | llvm.grm | 361 | br label ValueRef 362 | br INTTYPE ValueRef ^ "," label ValueRef ^ "," label ValueRef 363 | switch IntType ValueRef ^ "," label ValueRef "[" JumpTable "]" 364 | switch IntType ValueRef ^ "," label ValueRef "[" ^ "]" 367 to label ValueRef unwind label ValueRef 376 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]" 377 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ; 392 ArithmeticOps Types ValueRef ^ "," ValueRef 393 | LogicalOps Types ValueRef ^ "," ValueRef 394 | icmp IPredicates Types ValueRef ^ "," ValueRef [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.h | 37 m_attributes[idx].get(attr, form_value.FormRef(), form_value.ValueRef()); in GetAttrAndFormValueByIndex()
|
| H A D | DWARFFormValue.h | 51 ValueType &ValueRef() { return m_value; } in ValueRef() function
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 246 auto *ValueRef = clang::cast<ReferenceValue>(ValueProp); in maybeInitializeOptionalValueMember() local 247 auto &ValueLoc = ValueRef->getReferentLoc(); in maybeInitializeOptionalValueMember() 274 auto ValueRef = std::make_unique<ReferenceValue>(ValueLoc); in maybeInitializeOptionalValueMember() local 275 OptionalVal.setProperty("value", Env.takeOwnership(std::move(ValueRef))); in maybeInitializeOptionalValueMember()
|