Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp48 bool ModuleSectionsEmitted; member in __anon70268b180111::SPIRVAsmPrinter
101 if (ModuleSectionsEmitted == false) { in emitEndOfAsmFile()
103 ModuleSectionsEmitted = true; in emitEndOfAsmFile()
108 if (ModuleSectionsEmitted == false) { in emitFunctionHeader()
110 ModuleSectionsEmitted = true; in emitFunctionHeader()
565 ModuleSectionsEmitted = false; in doInitialization()