Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossImpSubsection.h29 struct CrossModuleImportItem { struct
36 template <> struct VarStreamArrayExtractor<codeview::CrossModuleImportItem> { argument
41 codeview::CrossModuleImportItem &Item);
49 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp26 Error VarStreamArrayExtractor<CrossModuleImportItem>::
28 codeview::CrossModuleImportItem &Item) { in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp77 LLVM_YAML_DECLARE_MAPPING_TRAITS(CrossModuleImportItem)