Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h198 const LVTypes &getTypes() const { return Types; } in getTypes() function
H A DLVScope.h209 const LVTypes *getTypes() const { return Types; } in getTypes() function
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDFAEmitter.cpp188 SmallVector<std::string, 4> getTypes() { return Types; } in getTypes() function in __anon1cdffbd70211::Transition
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp190 ArrayRef<SVEType> getTypes() const { return Types; } in getTypes() function in __anon5066fa640111::Intrinsic
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h756 CodeGenTypes &getTypes() { return Types; } in getTypes() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1182 const SmallVectorImpl<Type *>& getTypes() const { return Types; } in getTypes() function