Home
last modified time | relevance | path

Searched refs:getVersionString (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h74 static const char *getVersionString();
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp864 W.printString("Version", MachOObjectFile::getVersionString(BVC.minos)); in printMachOVersionMin()
866 W.printString("SDK", MachOObjectFile::getVersionString(BVC.sdk)); in printMachOVersionMin()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp69 const char* LTOCodeGenerator::getVersionString() { in getVersionString() function in LTOCodeGenerator
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp161 return LTOCodeGenerator::getVersionString(); in lto_get_version()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h816 static std::string getVersionString(uint32_t version) { in getVersionString() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9446 outs() << " version " << MachOObjectFile::getVersionString(bv.version) in PrintBuildToolVersion()
9468 outs() << " sdk " << MachOObjectFile::getVersionString(bd.sdk) in PrintBuildVersionLoadCommand()
9472 outs() << " minos " << MachOObjectFile::getVersionString(bd.minos) in PrintBuildVersionLoadCommand()