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

  /external/llvm/lib/IR/
LLVMContextImpl.h 354 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
361 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
404 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
414 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 667 MDTypeRef getBaseType() const { return MDTypeRef(getRawBaseType()); }
668 Metadata *getRawBaseType() const { return getOperand(3); }
    [all...]

Completed in 41 milliseconds