Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h30 enum ModuleSectionType { enum
135 SPIRV::ModuleSectionType MSType,
H A DSPIRVModuleAnalysis.cpp112 SPIRV::ModuleSectionType MSType, in collectDefInstr()
124 SPIRV::ModuleSectionType MSType, in collectGlobalEntities()
190 SPIRV::ModuleSectionType MSType, in findSameInstrInMS()
247 SPIRV::ModuleSectionType MSType, in collectOtherInstr()
H A DSPIRVAsmPrinter.cpp59 void outputModuleSection(SPIRV::ModuleSectionType MSType);
242 void SPIRVAsmPrinter::outputModuleSection(SPIRV::ModuleSectionType MSType) { in outputModuleSection()