Home
last modified time | relevance | path

Searched refs:ReferenceType (Results 1 – 25 of 77) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp74 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
79 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand()
80 const char *Name = SymbolLookUp(DisInfo, Address + Value, &ReferenceType, in tryAddingSymbolicOperand()
89 if (ReferenceType == LLVMDisassembler_ReferenceType_Out_SymbolStub) in tryAddingSymbolicOperand()
91 else if (ReferenceType == in tryAddingSymbolicOperand()
95 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_ADRP; in tryAddingSymbolicOperand()
103 SymbolLookUp(DisInfo, EncodedInst, &ReferenceType, Address, in tryAddingSymbolicOperand()
112 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_ADDXri; in tryAddingSymbolicOperand()
114 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_LDRXui; in tryAddingSymbolicOperand()
116 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_LDRXl; in tryAddingSymbolicOperand()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp58 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
60 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand()
62 ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in tryAddingSymbolicOperand()
64 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address, in tryAddingSymbolicOperand()
70 if(ReferenceType == LLVMDisassembler_ReferenceType_DeMangled_Name) in tryAddingSymbolicOperand()
77 if(ReferenceType == LLVMDisassembler_ReferenceType_Out_SymbolStub) in tryAddingSymbolicOperand()
79 else if(ReferenceType == LLVMDisassembler_ReferenceType_Out_Objc_Message) in tryAddingSymbolicOperand()
156 uint64_t ReferenceType = LLVMDisassembler_ReferenceType_In_PCrel_Load; in tryAddingPcLoadReferenceComment() local
158 (void)SymbolLookUp(DisInfo, Value, &ReferenceType, Address, &ReferenceName); in tryAddingPcLoadReferenceComment()
159 if(ReferenceType == LLVMDisassembler_ReferenceType_Out_LitPool_SymAddr) in tryAddingPcLoadReferenceComment()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h64 using ReferenceType = std::reference_wrapper<const SelectedASTNode>; member
102 ArrayRef<SelectedASTNode::ReferenceType> getParents() { return Parents; } in getParents()
138 CodeRangeASTSelection(SelectedASTNode::ReferenceType SelectedNode, in CodeRangeASTSelection()
139 ArrayRef<SelectedASTNode::ReferenceType> Parents, in CodeRangeASTSelection()
146 SelectedASTNode::ReferenceType SelectedNode;
148 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.h59 const char *SymbolLookup(uint64_t ReferenceValue, uint64_t *ReferenceType,
67 uint64_t *ReferenceType,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1676 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
1679 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()
1683 if (ReferenceType->getElementCount() != in matchIntrinsicType()
1694 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1697 !ThisArgType->isOpaqueOrPointeeTypeMatches(ReferenceType)); in matchIntrinsicType()
1702 VectorType * ReferenceType = in matchIntrinsicType() local
1706 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()
1709 ReferenceType->getElementType()); in matchIntrinsicType()
1728 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local
1730 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp252 SelectedASTNode::ReferenceType Node;
253 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents;
345 llvm::SmallVectorImpl<SelectedASTNode::ReferenceType> &ParentStack) { in findDeepestWithKind()
375 llvm::SmallVector<SelectedASTNode::ReferenceType, 16> ParentStack; in findDeepestWithKind()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp32 else if (const ReferenceType *RefTy = T->getAs<ReferenceType>()) in GetUnderlyingFunction()
143 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType()
685 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>(); in handlerCanCatch()
841 if (const ReferenceType *RefTy = SubI->getAs<ReferenceType>()) in CheckExceptionSpecSubset()
1045 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in canCalleeThrow()
H A DSemaTemplateDeduction.cpp1381 const ReferenceType *PRef = P->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch()
1386 const ReferenceType *ARef = A->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch()
3408 if (const ReferenceType *DeducedARef = DeducedA->getAs<ReferenceType>()) in CheckOriginalCallArgDeduction()
3410 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) in CheckOriginalCallArgDeduction()
3418 if (const ReferenceType *OriginalParamRef in CheckOriginalCallArgDeduction()
3419 = OriginalParamType->getAs<ReferenceType>()) { in CheckOriginalCallArgDeduction()
3846 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction()
4424 if (const ReferenceType *PRef = P->getAs<ReferenceType>()) in DeduceTemplateArguments()
4430 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) { in DeduceTemplateArguments()
4435 if (!FromType->getAs<ReferenceType>()) { in DeduceTemplateArguments()
[all …]
H A DSemaCast.cpp775 const ReferenceType *DestReference = nullptr; in CheckDynamicCast()
778 } else if ((DestReference = DestType->getAs<ReferenceType>())) { in CheckDynamicCast()
1556 const ReferenceType *DestReference = DestType->getAs<ReferenceType>(); in TryStaticReferenceDowncast()
1907 if (const ReferenceType *DestTypeTmp =DestType->getAs<ReferenceType>()) { in TryConstCast()
2021 if (!DestType->getAs<ReferenceType>()) { in CheckCompatibleReinterpretCast()
2236 if (const ReferenceType *DestTypeTmp = DestType->getAs<ReferenceType>()) { in TryReinterpretCast()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTypeNodes.td58 def ReferenceType : TypeNode<Type, 1>;
59 def LValueReferenceType : TypeNode<ReferenceType>;
60 def RValueReferenceType : TypeNode<ReferenceType>;
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDisassemblerTypes.h120 uint64_t *ReferenceType,
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h434 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> {
625 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
H A DType.h1719 friend class ReferenceType;
2885 class ReferenceType : public Type, public llvm::FoldingSetNode {
2889 ReferenceType(TypeClass tc, QualType Referencee, QualType CanonicalRef,
2905 const ReferenceType *T = this;
2907 T = T->PointeeType->castAs<ReferenceType>();
2929 class LValueReferenceType : public ReferenceType {
2934 : ReferenceType(LValueReference, Referencee, CanonicalRef,
2947 class RValueReferenceType : public ReferenceType {
2951 : ReferenceType(RValueReference, Referencee, CanonicalRef, false) {}
6843 if (const auto *RefType = (*this)->getAs<ReferenceType>())
[all …]
H A DTextNodeDumper.h305 void VisitRValueReferenceType(const ReferenceType *T);
H A DJSONNodeDumper.h215 void VisitRValueReferenceType(const ReferenceType *RT);
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumNodes.def27 NODE(ReferenceType)
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumNodes.def27 NODE(ReferenceType)
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp273 if (VD->getType()->getAs<ReferenceType>()) in CheckVarDecl()
383 if (V->getType()->getAs<ReferenceType>()) in observeStmt()
H A DGTestChecker.cpp230 auto *RefTy = CtorDecl->getParamDecl(0)->getType()->getAs<ReferenceType>(); in checkPostCall()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3395 uint64_t *ReferenceType, in method_reference() argument
3412 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message; in method_reference()
3428 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message; in method_reference()
3448 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message; in method_reference()
7125 uint64_t *ReferenceType, in GuessLiteralPointer() argument
7175 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Class_Ref; in GuessLiteralPointer()
7186 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Class_Ref; in GuessLiteralPointer()
7197 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_CFString_Ref; in GuessLiteralPointer()
7211 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Selector_Ref; in GuessLiteralPointer()
7215 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message_Ref; in GuessLiteralPointer()
[all …]
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransforms.cpp369 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in isGCOwnedNonObjC()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp636 if (const auto *RT = getAs<ReferenceType>()) in getPointeeType()
1772 else if (const auto *RT = getAs<ReferenceType>()) in getPointeeCXXRecordDecl()
1850 Type *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()
3166 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType()
4032 return Cache::get(cast<ReferenceType>(T)->getPointeeType()); in computeCachedProperties()
4119 return computeTypeLinkageInfo(cast<ReferenceType>(T)->getPointeeType()); in computeTypeLinkageInfo()
4434 if (const auto *Ref = getAs<ReferenceType>()) in isObjCIndirectLifetimeType()
4485 if (const auto *ref = getAs<ReferenceType>()) in hasSizedVLAType()
H A DQualTypeNames.cpp407 if (isa<ReferenceType>(QT.getTypePtr())) { in getFullyQualifiedType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp655 const ReferenceType *RTy = cast<ReferenceType>(Ty); in ConvertType()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp845 if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in VisitType()

1234