Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp36 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
64 bool InFunctionScope; member in __anon56f40a650111::CVSymbolDumperImpl
560 if (InFunctionScope) in visitKnownRecord()
564 InFunctionScope = true; in visitKnownRecord()
589 InFunctionScope = false; in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1308 bool InFunctionScope) { in shouldSkipAttribute() argument
1326 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()