Home
last modified time | relevance | path

Searched defs:ReferenceType (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp63 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
161 uint64_t ReferenceType = LLVMDisassembler_ReferenceType_In_PCrel_Load; in tryAddingPcLoadReferenceComment() local
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp73 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h63 using ReferenceType = std::reference_wrapper<const SelectedASTNode>; member
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp1139 VectorType * ReferenceType = in matchIntrinsicType() local
1152 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1159 VectorType * ReferenceType = in matchIntrinsicType() local
1181 VectorType *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp2812 uint64_t *ReferenceType, in method_reference()
6519 uint64_t *ReferenceType, in GuessLiteralPointer()
6655 uint64_t *ReferenceType, in SymbolizerSymbolLookUp()
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h533 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() function