Home
last modified time | relevance | path

Searched refs:ReferenceType (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp72 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
77 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand()
78 const char *Name = SymbolLookUp(DisInfo, Address + Value, &ReferenceType, in tryAddingSymbolicOperand()
87 if (ReferenceType == LLVMDisassembler_ReferenceType_Out_SymbolStub) in tryAddingSymbolicOperand()
89 else if (ReferenceType == in tryAddingSymbolicOperand()
93 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_ADRP; in tryAddingSymbolicOperand()
101 SymbolLookUp(DisInfo, EncodedInst, &ReferenceType, Address, in tryAddingSymbolicOperand()
110 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_ADDXri; in tryAddingSymbolicOperand()
112 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_LDRXui; in tryAddingSymbolicOperand()
114 ReferenceType in tryAddingSymbolicOperand()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp62 uint64_t ReferenceType; in tryAddingSymbolicOperand()
64 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand()
66 ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in tryAddingSymbolicOperand()
68 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address, in tryAddingSymbolicOperand()
74 if(ReferenceType == LLVMDisassembler_ReferenceType_DeMangled_Name) in tryAddingSymbolicOperand()
81 if(ReferenceType == LLVMDisassembler_ReferenceType_Out_SymbolStub) in tryAddingSymbolicOperand()
83 else if(ReferenceType == LLVMDisassembler_ReferenceType_Out_Objc_Message) in tryAddingSymbolicOperand()
160 uint64_t ReferenceType = LLVMDisassembler_ReferenceType_In_PCrel_Load; in tryAddingPcLoadReferenceComment() local
162 (void)SymbolLookUp(DisInfo, Value, &ReferenceType, Address, &ReferenceName); in tryAddingPcLoadReferenceComment()
163 if(ReferenceType in tryAddingPcLoadReferenceComment()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DFunction.cpp1257 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
1260 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()
1264 if (ReferenceType->getElementCount() != in matchIntrinsicType()
1275 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType()
1277 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()
1282 VectorType * ReferenceType = in matchIntrinsicType()
1286 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1287 ThisArgType->getElementType() != ReferenceType->getElementType()); in matchIntrinsicType()
1309 VectorType *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local
1311 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DDisassemblerTypes.h106 * for the ReferenceValue NULL is returned. The ReferenceType of the
109 * indirectly in ReferenceType along with ReferenceName if any, or that is set
114 uint64_t *ReferenceType,
/third_party/json/include/nlohmann/
H A Djson.hpp1506 @throw type_error.303 if ReferenceType does not match underlying value
1509 template<typename ReferenceType, typename ThisType>
1510 static ReferenceType get_ref_impl(ThisType& obj) in get_ref_impl()
1513 auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>(); in get_ref_impl()
1520 JSON_THROW(type_error::create(303, detail::concat("incompatible ReferenceType for get_ref, actual type is ", obj.type_name()), &obj)); in get_ref_impl()
1819 template<typename ReferenceType, typename std::enable_if<
1820 std::is_reference<ReferenceType>::value, int>::type = 0>
1821 ReferenceType get_ref() in get_ref()
1824 return get_ref_impl<ReferenceType>(*this); in get_ref()
1829 template < typename ReferenceType, typenam
[all...]
/third_party/python/Lib/test/
H A Dtest_genericalias.py49 from weakref import WeakSet, ReferenceType, ref namespace
122 WeakSet, ReferenceType, ref,
H A Dtest_weakref.py1087 self.assertIsInstance(r, weakref.ReferenceType)
2141 for name in ('ReferenceType', 'ProxyType', 'CallableProxyType',
/third_party/python/Lib/
H A Dweakref.py19 ReferenceType,
31 "WeakKeyDictionary", "ReferenceType", "ProxyType",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h45 X(ReferenceType) \
521 class ReferenceType : public Node { class
536 auto *RT = static_cast<const ReferenceType *>(SN); in collapse()
544 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() function in ReferenceType
3946 Result = make<ReferenceType>(Ref, ReferenceKind::LValue); in parseType()
3955 Result = make<ReferenceType>(Ref, ReferenceKind::RValue); in parseType()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp18673 @throw type_error.303 if ReferenceType does not match underlying value
18676 template<typename ReferenceType, typename ThisType>
18677 static ReferenceType get_ref_impl(ThisType& obj)
18680 auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>();
18687 JSON_THROW(type_error::create(303, "incompatible ReferenceType for get_ref, actual type is " + std::string(obj.type_name()), obj));
18986 template<typename ReferenceType, typename std::enable_if<
18987 std::is_reference<ReferenceType>::value, int>::type = 0>
18988 ReferenceType get_ref()
18991 return get_ref_impl<ReferenceType>(*this);
18996 template < typename ReferenceType, typenam
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp20684 @throw type_error.303 if ReferenceType does not match underlying value
20687 template<typename ReferenceType, typename ThisType>
20688 static ReferenceType get_ref_impl(ThisType& obj)
20691 auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>();
20698 JSON_THROW(type_error::create(303, detail::concat("incompatible ReferenceType for get_ref, actual type is ", obj.type_name()), &obj));
20997 template<typename ReferenceType, typename std::enable_if<
20998 std::is_reference<ReferenceType>::value, int>::type = 0>
20999 ReferenceType get_ref()
21002 return get_ref_impl<ReferenceType>(*this);
21007 template < typename ReferenceType, typenam
[all...]

Completed in 54 milliseconds