Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h43 PdbRaw_Features getFeatures() const;
61 PdbRaw_Features Features = PdbFeatureNone;
H A DRawConstants.h43 enum PdbRaw_Features : uint32_t { enum
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp117 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures()