Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp55 bool ModuleSectionsEmitted; member in __anonbc5f3f620111::SPIRVAsmPrinter
117 if (ModuleSectionsEmitted == false) { in emitEndOfAsmFile()
119 ModuleSectionsEmitted = true; in emitEndOfAsmFile()
148 if (ModuleSectionsEmitted == false) { in emitFunctionHeader()
150 ModuleSectionsEmitted = true; in emitFunctionHeader()
650 ModuleSectionsEmitted = false; in doInitialization()