Home
last modified time | relevance | path

Searched refs:CrossModuleImportItem (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h30 struct CrossModuleImportItem { struct
37 template <> struct VarStreamArrayExtractor<codeview::CrossModuleImportItem> { argument
42 codeview::CrossModuleImportItem &Item);
50 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp24 Error VarStreamArrayExtractor<CrossModuleImportItem>::
26 codeview::CrossModuleImportItem &Item) { in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp74 LLVM_YAML_DECLARE_MAPPING_TRAITS(CrossModuleImportItem)