Home
last modified time | relevance | path

Searched defs:getTypes (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h303 const LVTypes &getTypes() const { return Types; } in getTypes() function
H A DLVScope.h209 const LVTypes *getTypes() const { return Types.get(); } in getTypes() function
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp188 SmallVector<std::string, 4> getTypes() { return Types; } getTypes() function in __anonb2962b720211::Transition
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h766 CodeGenTypes &getTypes() { return Types; } getTypes() function
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp201 ArrayRef<SVEType> getTypes() const { return Types; } getTypes() function in __anon9ce31d5f0111::Intrinsic
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1197 const SmallVectorImpl<Type *>& getTypes() const { return Types; } getTypes() function