HomeSort by: relevance | last modified time | path
    Searched defs:HasExtraFiles (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h 56 bool HasExtraFiles = false;
78 bool hasExtraFiles() const;
96 bool HasExtraFiles = false);
108 bool hasExtraFiles() const { return HasExtraFiles; }
109 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }
116 bool HasExtraFiles = false;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 106 bool HasExtraFiles;

Completed in 123 milliseconds