Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVReader.h303 const LVTypes &getTypes() const { return Types; } in getTypes() function
HDLVScope.h209 const LVTypes *getTypes() const { return Types.get(); } in getTypes() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDFAEmitter.cpp187 SmallVector<std::string, 4> getTypes() { return Types; } in getTypes() function in __anon6df30d3a0211::Transition
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVDuplicatesTracker.h290 const SPIRVDuplicatesTracker<Type> *getTypes() { return &TT; } in getTypes() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.h787 CodeGenTypes &getTypes() { return *Types; } in getTypes() function
/freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDSveEmitter.cpp222 ArrayRef<SVEType> getTypes() const { return Types; } in getTypes() function in __anonc3dc38270111::Intrinsic
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1242 const SmallVectorImpl<Type *>& getTypes() const { return Types; } in getTypes() function