HomeSort by relevance Sort by last modified time
    Searched defs:InFunctionScope (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 37 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {}
60 bool InFunctionScope;
545 if (InFunctionScope)
549 InFunctionScope = true;
574 InFunctionScope = false;
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {}
56 bool InFunctionScope;
550 if (InFunctionScope)
553 InFunctionScope = true;
585 InFunctionScope = false;

Completed in 3023 milliseconds