Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.h59 const char *SymbolLookup(uint64_t ReferenceValue, uint64_t *ReferenceType,
67 uint64_t *ReferenceType,
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp32 else if (const ReferenceType *RefTy = T->getAs<ReferenceType>()) in GetUnderlyingFunction()
137 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType()
679 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>(); in handlerCanCatch()
831 if (const ReferenceType *RefTy = SubI->getAs<ReferenceType>()) in CheckExceptionSpecSubset()
1033 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in canCalleeThrow()
H A DSemaTemplateDeduction.cpp1541 const ReferenceType *PRef = P->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch()
1546 const ReferenceType *ARef = A->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch()
3645 if (const ReferenceType *DeducedARef = DeducedA->getAs<ReferenceType>()) in CheckOriginalCallArgDeduction()
3647 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) in CheckOriginalCallArgDeduction()
3655 if (const ReferenceType *OriginalParamRef in CheckOriginalCallArgDeduction()
3656 = OriginalParamType->getAs<ReferenceType>()) { in CheckOriginalCallArgDeduction()
4159 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction()
4769 if (const ReferenceType *PRef = P->getAs<ReferenceType>()) in DeduceTemplateArguments()
4775 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) { in DeduceTemplateArguments()
4780 if (!FromType->getAs<ReferenceType>()) { in DeduceTemplateArguments()
[all …]
H A DSemaCast.cpp806 const ReferenceType *DestReference = nullptr; in CheckDynamicCast()
809 } else if ((DestReference = DestType->getAs<ReferenceType>())) { in CheckDynamicCast()
1595 const ReferenceType *DestReference = DestType->getAs<ReferenceType>(); in TryStaticReferenceDowncast()
1947 if (const ReferenceType *DestTypeTmp =DestType->getAs<ReferenceType>()) { in TryConstCast()
2061 if (!DestType->getAs<ReferenceType>()) { in CheckCompatibleReinterpretCast()
2276 if (const ReferenceType *DestTypeTmp = DestType->getAs<ReferenceType>()) { in TryReinterpretCast()
H A DSemaSwift.cpp53 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType()
65 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td58 def ReferenceType : TypeNode<Type, 1>;
59 def LValueReferenceType : TypeNode<ReferenceType>;
60 def RValueReferenceType : TypeNode<ReferenceType>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h434 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> {
625 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
H A DType.h2010 friend class ReferenceType;
3402 class ReferenceType : public Type, public llvm::FoldingSetNode {
3406 ReferenceType(TypeClass tc, QualType Referencee, QualType CanonicalRef,
3422 const ReferenceType *T = this;
3424 T = T->PointeeType->castAs<ReferenceType>();
3446 class LValueReferenceType : public ReferenceType {
3451 : ReferenceType(LValueReference, Referencee, CanonicalRef,
3464 class RValueReferenceType : public ReferenceType {
3468 : ReferenceType(RValueReference, Referencee, CanonicalRef, false) {}
7948 if (const auto *RefType = (*this)->getAs<ReferenceType>())
[all …]
H A DTextNodeDumper.h325 void VisitRValueReferenceType(const ReferenceType *T);
H A DJSONNodeDumper.h226 void VisitRValueReferenceType(const ReferenceType *RT);
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDisassemblerTypes.h120 uint64_t *ReferenceType,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1688 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
1691 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()
1695 if (ReferenceType->getElementCount() != in matchIntrinsicType()
1723 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local
1725 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
1726 (ReferenceType->getElementCount() != ThisArgVecTy->getElementCount())) in matchIntrinsicType()
1733 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
1734 return !ReferenceType || Ty != ReferenceType->getElementType(); in matchIntrinsicType()
1753 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
1755 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def28 NODE(ReferenceType)
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3357 uint64_t *ReferenceType, in method_reference() argument
3374 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message; in method_reference()
3390 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message; in method_reference()
3410 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message; in method_reference()
6834 uint64_t *ReferenceType, in GuessLiteralPointer() argument
6884 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Class_Ref; in GuessLiteralPointer()
6895 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Class_Ref; in GuessLiteralPointer()
6906 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_CFString_Ref; in GuessLiteralPointer()
6920 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Selector_Ref; in GuessLiteralPointer()
6924 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message_Ref; in GuessLiteralPointer()
[all …]
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp370 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in isGCOwnedNonObjC()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp616 const ReferenceType *RTy = cast<ReferenceType>(Ty); in ConvertType()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp99 QualType RT = PreferredType->castAs<ReferenceType>()->getPointeeType(); in handleDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp408 if (isa<ReferenceType>(QT.getTypePtr())) { in getFullyQualifiedType()
H A DType.cpp712 if (const auto *RT = getAs<ReferenceType>()) in getPointeeType()
1871 else if (const auto *RT = getAs<ReferenceType>()) in getPointeeCXXRecordDecl()
1949 Type *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()
3470 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType()
4532 return Cache::get(cast<ReferenceType>(T)->getPointeeType()); in computeCachedProperties()
4620 return computeTypeLinkageInfo(cast<ReferenceType>(T)->getPointeeType()); in computeTypeLinkageInfo()
4952 if (const auto *Ref = getAs<ReferenceType>()) in isObjCIndirectLifetimeType()
5003 if (const auto *ref = getAs<ReferenceType>()) in hasSizedVLAType()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp886 if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in VisitType()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp153 if (const auto *RT = QT->getAs<ReferenceType>()) in getOrCreateDummy()

123