/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 135 ArrayRef<uint8_t> remapIndices(const CVType &OriginalType, 389 TypeStreamMerger::remapIndices(const CVType &OriginalType, in remapIndices() argument 391 unsigned Align = OriginalType.RecordData.size() & 3; in remapIndices() 392 assert(Storage.size() == alignTo(OriginalType.RecordData.size(), 4) && in remapIndices() 397 discoverTypeIndices(OriginalType.RecordData, Refs); in remapIndices() 399 return OriginalType.RecordData; in remapIndices() 401 ::memcpy(Storage.data(), OriginalType.RecordData.data(), in remapIndices() 402 OriginalType.RecordData.size()); in remapIndices() 424 DestContent = Storage.data() + OriginalType.RecordData.size(); in remapIndices()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.h | 396 uint64_t OriginalType = ELF::SHT_NULL; variable 504 Type = OriginalType = ELF::SHT_PROGBITS; in OwnedDataSection() 512 Type = OriginalType = ELF::SHT_PROGBITS; in OwnedDataSection() 588 Type = OriginalType = ELF::SHT_STRTAB; in StringTableSection() 600 return S->OriginalType == ELF::SHT_STRTAB; in classof() 669 Type = OriginalType = ELF::SHT_SYMTAB_SHNDX; in SectionIndexSection() 687 SymbolTableSection() { Type = OriginalType = ELF::SHT_SYMTAB; } in SymbolTableSection() 717 return S->OriginalType == ELF::SHT_SYMTAB; in classof() 746 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA; in classof() 787 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA; in classof() [all …]
|
D | Object.cpp | 1147 Type = OriginalType = ELF::SHT_PROGBITS; in init() 1767 Sec->Type = Sec->OriginalType = Shdr.sh_type; in readSectionHeaders()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 135 ArrayRef<uint8_t> remapIndices(const CVType &OriginalType, 387 TypeStreamMerger::remapIndices(const CVType &OriginalType, in remapIndices() argument 390 discoverTypeIndices(OriginalType.RecordData, Refs); in remapIndices() 392 return OriginalType.RecordData; in remapIndices() 394 ::memcpy(Storage.data(), OriginalType.RecordData.data(), in remapIndices() 395 OriginalType.RecordData.size()); in remapIndices()
|
/external/pdfium/third_party/lcms/src/ |
D | cmsio1.c | 316 cmsTagTypeSignature OriginalType; in _cmsReadInputLUT() local 371 OriginalType = _cmsGetTagTrueType(hProfile, tag16); in _cmsReadInputLUT() 377 if (OriginalType != cmsSigLut16Type || cmsGetPCS(hProfile) != cmsSigLabData) in _cmsReadInputLUT() 591 cmsTagTypeSignature OriginalType; in _cmsReadOutputLUT() local 622 OriginalType = _cmsGetTagTrueType(hProfile, tag16); in _cmsReadOutputLUT() 634 if (OriginalType != cmsSigLut16Type || cmsGetPCS(hProfile) != cmsSigLabData) in _cmsReadOutputLUT() 715 cmsTagTypeSignature OriginalType; in _cmsReadDevicelinkLUT() local 787 OriginalType = _cmsGetTagTrueType(hProfile, tag16); in _cmsReadDevicelinkLUT() 790 if (OriginalType != cmsSigLut16Type) return Lut; in _cmsReadDevicelinkLUT()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 64 static ArrayType *createLoweredType(Type *OriginalType) { in createLoweredType() argument 65 return ArrayType::get(OriginalType, MaxThreads); in createLoweredType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 64 static ArrayType *createLoweredType(Type *OriginalType) { in createLoweredType() argument 65 return ArrayType::get(OriginalType, MaxThreads); in createLoweredType()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 64 static ArrayType *createLoweredType(Type *OriginalType) { in createLoweredType() argument 65 return ArrayType::get(OriginalType, MaxThreads); in createLoweredType()
|
/external/rust/crates/pin-project-internal/src/pin_project/ |
D | derive.rs | 151 orig: OriginalType<'a>, 227 orig: OriginalType { attrs, vis, ident, generics }, in new() 241 struct OriginalType<'a> { struct 1000 fn ensure_not_packed(orig: &OriginalType<'_>, fields: &Fields) -> Result<TokenStream> { in ensure_not_packed()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 258 TransformedFunction(FunctionType* OriginalType, in TransformedFunction() 261 : OriginalType(OriginalType), in TransformedFunction() 274 FunctionType *OriginalType; member 308 for (unsigned i = TransformedFunction.OriginalType->getNumParams(), in TransformFunctionAttributes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 219 TransformedFunction(FunctionType* OriginalType, in TransformedFunction() 222 : OriginalType(OriginalType), in TransformedFunction() 235 FunctionType *OriginalType; member 269 for (unsigned i = TransformedFunction.OriginalType->getNumParams(), in TransformFunctionAttributes()
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 1486 QualType OriginalType = DT->getOriginalType(); in mangleArgumentType() local 1489 if (const auto *AT = getASTContext().getAsArrayType(OriginalType)) in mangleArgumentType() 1490 OriginalType = getASTContext().getIncompleteArrayType( in mangleArgumentType() 1494 TypePtr = OriginalType.getCanonicalType().getAsOpaquePtr(); in mangleArgumentType() 1500 if (OriginalType->isArrayType()) in mangleArgumentType()
|
/external/llvm-project/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 1960 QualType OriginalType = DT->getOriginalType(); in mangleFunctionArgumentType() local 1963 if (const auto *AT = getASTContext().getAsArrayType(OriginalType)) in mangleFunctionArgumentType() 1964 OriginalType = getASTContext().getIncompleteArrayType( in mangleFunctionArgumentType() 1968 TypePtr = OriginalType.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType() 1974 if (OriginalType->isArrayType()) in mangleFunctionArgumentType()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 324 Address DestAddr, Address SrcAddr, QualType OriginalType, in EmitOMPAggregateAssign() argument 330 auto ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() 534 void CodeGenFunction::EmitOMPCopy(QualType OriginalType, Address DestAddr, in EmitOMPCopy() argument 537 if (OriginalType->isArrayType()) { in EmitOMPCopy() 541 EmitAggregateAssign(DestAddr, SrcAddr, OriginalType); in EmitOMPCopy() 546 DestAddr, SrcAddr, OriginalType, in EmitOMPCopy()
|
D | CodeGenFunction.h | 2357 Address DestAddr, Address SrcAddr, QualType OriginalType, 2370 void EmitOMPCopy(QualType OriginalType,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 665 Address DestAddr, Address SrcAddr, QualType OriginalType, in EmitOMPAggregateAssign() argument 671 const ArrayType *ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() 725 void CodeGenFunction::EmitOMPCopy(QualType OriginalType, Address DestAddr, in EmitOMPCopy() argument 728 if (OriginalType->isArrayType()) { in EmitOMPCopy() 732 LValue Dest = MakeAddrLValue(DestAddr, OriginalType); in EmitOMPCopy() 733 LValue Src = MakeAddrLValue(SrcAddr, OriginalType); in EmitOMPCopy() 734 EmitAggregateAssign(Dest, Src, OriginalType); in EmitOMPCopy() 739 DestAddr, SrcAddr, OriginalType, in EmitOMPCopy()
|
D | CodeGenFunction.h | 3251 Address DestAddr, Address SrcAddr, QualType OriginalType, 3264 void EmitOMPCopy(QualType OriginalType,
|
/external/llvm-project/clang/include/clang/AST/ |
D | Type.h | 2690 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical); 7199 DecayedType::DecayedType(QualType OriginalType, QualType DecayedPtr, 7201 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
|
/external/clang/include/clang/AST/ |
D | Type.h | 2265 DecayedType(QualType OriginalType, QualType DecayedPtr, QualType CanonicalPtr) 2266 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4216 QualType OriginalType = getDerived().TransformType(TLB, TL.getOriginalLoc()); in TransformDecayedType() local 4217 if (OriginalType.isNull()) in TransformDecayedType() 4222 OriginalType != TL.getOriginalLoc().getType()) in TransformDecayedType() 4223 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 4826 QualType OriginalType = getDerived().TransformType(TLB, TL.getOriginalLoc()); in TransformDecayedType() local 4827 if (OriginalType.isNull()) in TransformDecayedType() 4832 OriginalType != TL.getOriginalLoc().getType()) in TransformDecayedType() 4833 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5248 QualType OriginalType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5249 QualType DT = Context.getAdjustedParameterType(OriginalType); in readTypeRecord()
|