Home
last modified time | relevance | path

Searched refs:getMaxVersion (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h200 int64_t getMaxVersion() const { return Def->getValueAsInt("maxVersion"); } in getMaxVersion() function
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h83 unsigned getMaxVersion() const { return MaxVersion; } in getMaxVersion() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h260 unsigned getMaxVersion() { in getMaxVersion() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp375 << " <= Version && " << VerClause.getMaxVersion() << " >= Version;\n"; in GenerateCaseForVersionedClauses()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp593 dumpAddrSection(OS, AddrData, DumpOpts, getMaxVersion(), getCUAddrSize()); in dump()