HomeSort by: relevance | last modified time | path
    Searched refs:getRawBaseType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 487 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
495 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
591 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
605 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
Verifier.cpp 1038 if (auto *T = N.getRawBaseType()) {
1053 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N,
1054 N.getRawBaseType());
1095 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N,
1096 N.getRawBaseType());
DebugInfoMetadata.cpp 1029 RawType = DT->getRawBaseType();
AsmWriter.cpp 2044 Printer.printMetadata("baseType", N->getRawBaseType(),
2067 Printer.printMetadata("baseType", N->getRawBaseType());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 984 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); }
985 Metadata *getRawBaseType() const { return getOperand(3); }
1180 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); }
1193 Metadata *getRawBaseType() const { return getOperand(3); }

Completed in 29 milliseconds