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.cpp53 bool ModuleSectionsEmitted; member in __anonbc5f3f620111::SPIRVAsmPrinter
107 if (ModuleSectionsEmitted == false) { in emitEndOfAsmFile()
109 ModuleSectionsEmitted = true; in emitEndOfAsmFile()
125 if (ModuleSectionsEmitted == false) { in emitFunctionHeader()
127 ModuleSectionsEmitted = true; in emitFunctionHeader()
599 ModuleSectionsEmitted = false; in doInitialization()