Searched defs:OriginalType (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 64 static ArrayType *createLoweredType(Type *OriginalType) { in createLoweredType() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 212 const Type *OriginalType = C->getType(); rebuildSplatableConstant() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 388 TypeStreamMerger::remapIndices(const CVType &OriginalType, in remapIndices()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 402 uint64_t OriginalType = ELF::SHT_NULL; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 373 FunctionType *OriginalType; member
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 2220 QualType OriginalType = DT->getOriginalType(); mangleFunctionArgumentType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 695 EmitOMPAggregateAssign(Address DestAddr,Address SrcAddr,QualType OriginalType,const llvm::function_ref<void (Address,Address)> CopyGen) EmitOMPAggregateAssign() argument 759 EmitOMPCopy(QualType OriginalType,Address DestAddr,Address SrcAddr,const VarDecl * DestVD,const VarDecl * SrcVD,const Expr * Copy) EmitOMPCopy() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 5190 QualType OriginalType = getDerived().TransformType(TLB, TL.getOriginalLoc()); TransformDecayedType() local
|