Home
last modified time | relevance | path

Searched defs:parseVersion (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion() function in llvm::object::Parser
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp70 static Expected<uint64_t> parseVersion(StringRef &Buf) { in parseVersion() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1057 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion() function in DarwinAsmParser
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp779 static Version parseVersion(StringRef Name) { in parseVersion() function