Searched refs:PLevel (Results 1 – 2 of 2) sorted by relevance
5 use proc_macro::{Diagnostic as PDiag, Level as PLevel};36 Level::Warning => PLevel::Warning, in emit_diagnostic()39 PLevel::Error in emit_diagnostic()
480 if (uint32_t PLevel = Context.getLangOpts().PICLevel) { in Release() local481 assert(PLevel < 3 && "Invalid PIC Level"); in Release()482 getModule().setPICLevel(static_cast<llvm::PICLevel::Level>(PLevel)); in Release()484 getModule().setPIELevel(static_cast<llvm::PIELevel::Level>(PLevel)); in Release()