Home
last modified time | relevance | path

Searched defs:getBaseType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp222 MDNodeTy *getBaseType() const { in getBaseType() function in __anon50a460620111::TBAAStructTagNodeImpl
/llvm-project-15.0.7/llvm/lib/IR/
H A DSafepointIRVerifier.cpp326 static enum BaseType getBaseType(const Value *Val) { in getBaseType() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h876 TypeIndex getBaseType() const { return Type; } in getBaseType() function
901 TypeIndex getBaseType() const { return BaseType; } in getBaseType() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h399 QualType getBaseType() const { return BaseType; } in getBaseType() function
/llvm-project-15.0.7/clang/utils/TableGen/
H A DSveEmitter.cpp184 SVEType getBaseType() const { return BaseType; } in getBaseType() function in __anon409da13d0111::Intrinsic
H A DNeonEmitter.cpp435 Type getBaseType() const { return BaseType; } in getBaseType() function in __anonc6b5f5bf0111::Intrinsic
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h992 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() function
1175 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h3670 QualType getBaseType() const { return BaseType; } in getBaseType() function
3913 QualType getBaseType() const { return BaseType; } in getBaseType() function
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h348 uint8_t getBaseType() const { return getType() & 0x0F; } in getBaseType() function