Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h47 PdbRaw_Features getFeatures() const;
65 PdbRaw_Features Features = PdbFeatureNone;
H A DRawConstants.h43 enum PdbRaw_Features : uint32_t { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp119 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures()