Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h99 CIRGenTypes &getTypes() { return genTypes; } in getTypes() function
H A DCIRGenFunction.h127 CIRGenTypes &getTypes() const { return cgm.getTypes(); } in getTypes() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h330 const LVTypes &getTypes() const { return Types; } in getTypes() function
H A DLVScope.h215 const LVTypes *getTypes() const { return Types.get(); } in getTypes() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp183 SmallVector<std::string, 4> getTypes() { return Types; } in getTypes() function in __anon4fed36600211::Transition
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h848 CodeGenTypes &getTypes() { return *Types; } in getTypes() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp230 ArrayRef<SVEType> getTypes() const { return Types; } in getTypes() function in __anone51b860d0111::Intrinsic
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1344 const SmallVectorImpl<Type *>& getTypes() const { return Types; } in getTypes() function