Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h28 struct CrossModuleImportItem { struct
35 template <> struct VarStreamArrayExtractor<codeview::CrossModuleImportItem> { argument
40 codeview::CrossModuleImportItem &Item);
48 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp25 Error VarStreamArrayExtractor<CrossModuleImportItem>::
27 codeview::CrossModuleImportItem &Item) { in operator ()()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp76 LLVM_YAML_DECLARE_MAPPING_TRAITS(CrossModuleImportItem)