HomeSort by relevance Sort by last modified time
    Searched refs:VarStreamArrayExtractor (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstreamVisitor.h 29 template <> class VarStreamArrayExtractor<LineColumnEntry> {
31 VarStreamArrayExtractor(const LineSubstreamHeader *Header) : Header(Header) {}
73 template <> class VarStreamArrayExtractor<FileChecksumEntry> {
CVRecord.h 30 template <typename Kind> struct VarStreamArrayExtractor<CVRecord<Kind>> {
ModuleSubstream.h 73 template <> struct VarStreamArrayExtractor<ModuleSubstream> {
StreamArray.h 22 /// VarStreamArrayExtractor is intended to be specialized to provide customized
34 template <typename T> struct VarStreamArrayExtractor {
54 /// VarStreamArrayExtractor<T> for your ValueType.
62 /// // Will use VarStreamArrayExtractor<MyType> as the extractor.
76 typename Extractor = VarStreamArrayExtractor<ValueType>>
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleDescriptor.h 60 template <> struct VarStreamArrayExtractor<pdb::DbiModuleDescriptor> {
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
ModInfo.h 66 template <> struct VarStreamArrayExtractor<pdb::ModInfo> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 40 template <> struct VarStreamArrayExtractor<codeview::FileChecksumEntry> {
DebugCrossImpSubsection.h 36 template <> struct VarStreamArrayExtractor<codeview::CrossModuleImportItem> {
DebugSubsectionRecord.h 81 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> {
DebugInlineeLinesSubsection.h 53 template <> struct VarStreamArrayExtractor<codeview::InlineeSourceLine> {
CVRecord.h 112 struct VarStreamArrayExtractor<codeview::CVRecord<Kind>> {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugChecksumsSubsection.cpp 35 Error VarStreamArrayExtractor<FileChecksumEntry>::
DebugCrossImpSubsection.cpp 26 Error VarStreamArrayExtractor<CrossModuleImportItem>::
DebugInlineeLinesSubsection.cpp 24 Error VarStreamArrayExtractor<InlineeSourceLine>::
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
BinaryStreamArray.h 32 /// VarStreamArrayExtractor is intended to be specialized to provide customized
44 template <typename T> struct VarStreamArrayExtractor {
65 /// VarStreamArrayExtractor<T> for your ValueType.
73 /// // Will use VarStreamArrayExtractor<MyType> as the extractor.
88 typename Extractor = VarStreamArrayExtractor<ValueType>>
  /external/llvm/lib/DebugInfo/CodeView/
ModuleSubstreamVisitor.cpp 68 VarStreamArrayExtractor<LineColumnEntry> E(Header);

Completed in 1677 milliseconds