HomeSort by: relevance | last modified time | path
    Searched defs:Os (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 241 static const OptimizationLevel Os;
533 void printPassNames(raw_ostream &OS);
  /src/sys/arch/prep/include/
nvram.h 97 * According to IBM, if severity is severe, the OS should not boot. It should
103 uint8_t Os; /* OS_ID */
126 * If the OS decided to store data in the os area of NVRAM, this tells us
178 /* OS Dependent temp area */
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 332 const PassBuilder::OptimizationLevel PassBuilder::OptimizationLevel::Os = {
2564 .Case("Os", OptimizationLevel::Os)
3160 static void printPassName(StringRef PassName, raw_ostream &OS) {
3161 OS << " " << PassName << "\n";
3164 void PassBuilder::printPassNames(raw_ostream &OS) {
3167 OS << "Module passes:\n";
3168 #define MODULE_PASS(NAME, CREATE_PASS) printPassName(NAME, OS);
3171 OS << "Module analyses:\n";
3172 #define MODULE_ANALYSIS(NAME, CREATE_PASS) printPassName(NAME, OS);
    [all...]

Completed in 17 milliseconds