Searched refs:VarStreamArrayExtractor (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
H A DModuleSubstreamVisitor.h29 template <> class VarStreamArrayExtractor<LineColumnEntry> { class in namespace:llvm::codeview
31 VarStreamArrayExtractor(const LineSubstreamHeader *Header) : Header(Header) {} function in class:llvm::codeview::VarStreamArrayExtractor
73 template <> class VarStreamArrayExtractor<FileChecksumEntry> { class in namespace:llvm::codeview
H A DCVRecord.h30 template <typename Kind> struct VarStreamArrayExtractor<CVRecord<Kind>> { struct in namespace:llvm::codeview
H A DModuleSubstream.h73 template <> struct VarStreamArrayExtractor<ModuleSubstream> { struct in namespace:llvm::codeview
H A DStreamArray.h22 /// VarStreamArrayExtractor is intended to be specialized to provide customized
34 template <typename T> struct VarStreamArrayExtractor { struct in namespace:llvm::codeview
54 /// VarStreamArrayExtractor<T> for your ValueType.
62 /// // Will use VarStreamArrayExtractor<MyType> as the extractor.
76 typename Extractor = VarStreamArrayExtractor<ValueType>>
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DModInfo.h66 template <> struct VarStreamArrayExtractor<pdb::ModInfo> { struct in namespace:llvm::codeview
/external/llvm/lib/DebugInfo/CodeView/
H A DModuleSubstreamVisitor.cpp68 VarStreamArrayExtractor<LineColumnEntry> E(Header);

Completed in 261 milliseconds