HomeSort by: relevance | last modified time | path
    Searched defs:OriginalType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 399 uint64_t OriginalType = ELF::SHT_NULL;
507 Type = OriginalType = ELF::SHT_PROGBITS;
515 Type = OriginalType = ELF::SHT_PROGBITS;
591 Type = OriginalType = ELF::SHT_STRTAB;
603 return S->OriginalType == ELF::SHT_STRTAB;
672 Type = OriginalType = ELF::SHT_SYMTAB_SHNDX;
690 SymbolTableSection() { Type = OriginalType = ELF::SHT_SYMTAB; }
720 return S->OriginalType == ELF::SHT_SYMTAB;
749 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 319 TransformedFunction(FunctionType *OriginalType, FunctionType *TransformedType,
321 : OriginalType(OriginalType), TransformedType(TransformedType),
333 FunctionType *OriginalType;
367 for (unsigned I = TransformedFunction.OriginalType->getNumParams(),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 4912 QualType OriginalType = getDerived().TransformType(TLB, TL.getOriginalLoc());
4913 if (OriginalType.isNull())
4918 OriginalType != TL.getOriginalLoc().getType())
4919 Result = SemaRef.Context.getDecayedType(OriginalType);

Completed in 56 milliseconds