Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVStructureOps.td143 def SPV_EntryPointOp : SPV_Op<"EntryPoint", [InModuleScope]> {
205 def SPV_ExecutionModeOp : SPV_Op<"ExecutionMode", [InModuleScope]> {
257 FunctionOpInterface, InModuleScope, IsolatedFromAbove, Symbol
335 def SPV_GlobalVariableOp : SPV_Op<"GlobalVariable", [InModuleScope, Symbol]> {
568 def SPV_SpecConstantOp : SPV_Op<"SpecConstant", [InModuleScope, Symbol]> {
616 InModuleScope, Symbol]> {
H A DSPIRVBase.td3983 def InModuleScope : PredOpTrait<
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h76 bool InModuleScope : 1; member
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp364 Info.InModuleScope = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo()
365 if (CU.hasODR() || Info.InModuleScope) { in analyzeContextInfo()
368 *Current.Context, Current.Die, CU, Info.InModuleScope); in analyzeContextInfo()
373 Info.Ctxt->setDefinedInClangModule(Info.InModuleScope); in analyzeContextInfo()
630 if (!CU.hasODR() && !Info.InModuleScope) in isODRCanonicalCandidate()
812 if (Current.CU.hasODR() || MyInfo.InModuleScope) in lookForDIEsToKeep()