HomeSort by relevance Sort by last modified time
    Searched refs:getRawBaseType (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/IR/
LLVMContextImpl.h 366 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
373 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
455 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
465 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
    [all...]
Verifier.cpp 848 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N,
849 N.getRawBaseType());
878 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N,
879 N.getRawBaseType());
    [all...]
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.h 426 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
434 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
523 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
534 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
    [all...]
DebugInfoMetadata.cpp 657 RawType = DT->getRawBaseType();
    [all...]
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 722 DITypeRef getBaseType() const { return DITypeRef(getRawBaseType()); }
723 Metadata *getRawBaseType() const { return getOperand(3); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h 867 DITypeRef getBaseType() const { return DITypeRef(getRawBaseType()); }
868 Metadata *getRawBaseType() const { return getOperand(3); }
    [all...]

Completed in 5919 milliseconds