Home
last modified time | relevance | path

Searched refs:VarStreamArrayExtractor (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstreamVisitor.h29 template <> class VarStreamArrayExtractor<LineColumnEntry> {
31 VarStreamArrayExtractor(const LineSubstreamHeader *Header) : Header(Header) {} in VarStreamArrayExtractor() function
73 template <> class VarStreamArrayExtractor<FileChecksumEntry> {
DStreamArray.h34 template <typename T> struct VarStreamArrayExtractor { struct
76 typename Extractor = VarStreamArrayExtractor<ValueType>>
DCVRecord.h30 template <typename Kind> struct VarStreamArrayExtractor<CVRecord<Kind>> {
DModuleSubstream.h73 template <> struct VarStreamArrayExtractor<ModuleSubstream> {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h60 template <> struct VarStreamArrayExtractor<pdb::DbiModuleDescriptor> {
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h66 template <> struct VarStreamArrayExtractor<pdb::ModInfo> {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamArray.h44 template <typename T> struct VarStreamArrayExtractor { struct
88 typename Extractor = VarStreamArrayExtractor<ValueType>>
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h81 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> {
DDebugCrossImpSubsection.h36 template <> struct VarStreamArrayExtractor<codeview::CrossModuleImportItem> {
DDebugChecksumsSubsection.h40 template <> struct VarStreamArrayExtractor<codeview::FileChecksumEntry> {
DDebugInlineeLinesSubsection.h53 template <> struct VarStreamArrayExtractor<codeview::InlineeSourceLine> {
DCVRecord.h112 struct VarStreamArrayExtractor<codeview::CVRecord<Kind>> {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp26 Error VarStreamArrayExtractor<CrossModuleImportItem>::
DDebugChecksumsSubsection.cpp35 Error VarStreamArrayExtractor<FileChecksumEntry>::
DDebugInlineeLinesSubsection.cpp24 Error VarStreamArrayExtractor<InlineeSourceLine>::
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp68 VarStreamArrayExtractor<LineColumnEntry> E(Header); in visitModuleSubstream()