Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp48 bool ModuleSectionsEmitted; member in __anon04b4fe920111::SPIRVAsmPrinter
97 if (ModuleSectionsEmitted == false) { in emitEndOfAsmFile()
99 ModuleSectionsEmitted = true; in emitEndOfAsmFile()
104 if (ModuleSectionsEmitted == false) { in emitFunctionHeader()
106 ModuleSectionsEmitted = true; in emitFunctionHeader()
500 ModuleSectionsEmitted = false; in doInitialization()