Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h36 void setVersion(PdbRaw_ImplVer V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp32 void InfoStreamBuilder::setVersion(PdbRaw_ImplVer V) { Ver = V; } in setVersion() function in InfoStreamBuilder
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DNamedConf.py171 def setVersion(self, val): member in Options
H A DParser.py262 self.named.options.setVersion(val)
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp798 InfoBuilder.setVersion(Info.Version); in yamlToPdb()