Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h48 PdbRaw_Features getFeatures() const;
66 PdbRaw_Features Features = PdbFeatureNone;
H A DRawConstants.h44 enum PdbRaw_Features : uint32_t { enum
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp120 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures()