Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp34 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
62 bool InFunctionScope; member in __anonfa45b97a0111::CVSymbolDumperImpl
558 if (InFunctionScope) in visitKnownRecord()
562 InFunctionScope = true; in visitKnownRecord()
587 InFunctionScope = false; in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1471 if (InFunctionScope) in visitKnownRecord()
1475 InFunctionScope = true; in visitKnownRecord()
1616 InFunctionScope = false; in visitKnownRecord()
1622 if (InFunctionScope) in visitKnownRecord()
1626 InFunctionScope = true; in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h141 bool InFunctionScope = false;
142 bool InFunctionScope = false; global() variable