Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVControlFlowOps.td25 DeclareOpInterfaceMethods<BranchOpInterface>, InFunctionScope, NoSideEffect,
85 InFunctionScope, NoSideEffect, Terminator]> {
201 InFunctionScope, DeclareOpInterfaceMethods<CallOpInterface>]> {
252 def SPV_LoopOp : SPV_Op<"loop", [InFunctionScope]> {
340 def SPV_ReturnOp : SPV_Op<"Return", [InFunctionScope, NoSideEffect,
363 def SPV_UnreachableOp : SPV_Op<"Unreachable", [InFunctionScope, Terminator]> {
385 def SPV_ReturnValueOp : SPV_Op<"ReturnValue", [InFunctionScope, NoSideEffect,
418 def SPV_SelectionOp : SPV_Op<"selection", [InFunctionScope]> {
DSPIRVStructureOps.td25 def SPV_AddressOfOp : SPV_Op<"mlir.addressof", [InFunctionScope, NoSideEffect]> {
645 InFunctionScope, NoSideEffect,
DSPIRVBase.td3108 def InFunctionScope : PredOpTrait<
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
56 bool InFunctionScope; member in __anon1e365f630111::CVSymbolDumperImpl
550 if (InFunctionScope) in visitProcSym()
553 InFunctionScope = true; in visitProcSym()
585 InFunctionScope = false; in visitScopeEndSym()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp36 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
64 bool InFunctionScope; member in __anona68489110111::CVSymbolDumperImpl
560 if (InFunctionScope) in visitKnownRecord()
564 InFunctionScope = true; in visitKnownRecord()
589 InFunctionScope = false; in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp36 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
64 bool InFunctionScope; member in __anonbaeeee050111::CVSymbolDumperImpl
560 if (InFunctionScope) in visitKnownRecord()
564 InFunctionScope = true; in visitKnownRecord()
589 InFunctionScope = false; in visitKnownRecord()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1321 bool InFunctionScope) { in shouldSkipAttribute() argument
1336 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2684 bool InFunctionScope) { in shouldSkipAttribute() argument
2699 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()