Home
last modified time | relevance | path

Searched refs:CrossModuleExport (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp20 if (Reader.bytesRemaining() % sizeof(CrossModuleExport) != 0) in initialize()
25 uint32_t Size = Reader.bytesRemaining() / sizeof(CrossModuleExport); in initialize()
40 return Mappings.size() * sizeof(CrossModuleExport); in calculateSerializedSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h25 using ReferenceArray = FixedStreamArray<CrossModuleExport>;
43 FixedStreamArray<CrossModuleExport> References;
H A DCodeView.h593 struct CrossModuleExport { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp64 LLVM_YAML_IS_SEQUENCE_VECTOR(CrossModuleExport)
73 LLVM_YAML_DECLARE_MAPPING_TRAITS(CrossModuleExport)
162 std::vector<CrossModuleExport> Exports;
283 void MappingTraits<CrossModuleExport>::mapping(IO &IO, CrossModuleExport &Obj) { in mapping()