reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/CodeView.h
  607   if (Container == CodeViewContainer::ObjectFile)
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
   49   CodeViewContainer Container = CodeViewContainer::ObjectFile;
include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
   39     SymbolDeserializer S(nullptr, CodeViewContainer::ObjectFile);
lib/DebugInfo/CodeView/RecordName.cpp
  323     SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile);
lib/ObjectYAML/COFFEmitter.cpp
  190     DebugSubsectionRecordBuilder B(SS, CodeViewContainer::ObjectFile);
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  494         Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile));
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1539   SymbolDeserializer Deserializer(nullptr, CodeViewContainer::ObjectFile);
tools/llvm-readobj/COFFDumper.cpp
 1167   CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD),