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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleDescriptor.h 58 template <> struct VarStreamArrayExtractor<pdb::DbiModuleDescriptor> {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 74 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> {
CVRecord.h 114 struct VarStreamArrayExtractor<codeview::CVRecord<Kind>> {
DebugCrossImpSubsection.h 35 template <> struct VarStreamArrayExtractor<codeview::CrossModuleImportItem> {
DebugChecksumsSubsection.h 39 template <> struct VarStreamArrayExtractor<codeview::FileChecksumEntry> {
DebugInlineeLinesSubsection.h 52 template <> struct VarStreamArrayExtractor<codeview::InlineeSourceLine> {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BinaryStreamArray.h 35 /// VarStreamArrayExtractor is intended to be specialized to provide customized
47 template <typename T> struct VarStreamArrayExtractor {
68 /// VarStreamArrayExtractor<T> for your ValueType.
76 /// // Will use VarStreamArrayExtractor<MyType> as the extractor.
91 typename Extractor = VarStreamArrayExtractor<ValueType>>

Completed in 20 milliseconds