Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp34 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
62 bool InFunctionScope; member in __anon1630f1700111::CVSymbolDumperImpl
558 if (InFunctionScope) in visitKnownRecord()
562 InFunctionScope = true; in visitKnownRecord()
587 InFunctionScope = false; in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1478 if (InFunctionScope) in visitKnownRecord()
1482 InFunctionScope = true; in visitKnownRecord()
1623 InFunctionScope = false; in visitKnownRecord()
1629 if (InFunctionScope) in visitKnownRecord()
1633 InFunctionScope = true; in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h141 bool InFunctionScope = false; variable