Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp21 if (Reader.bytesRemaining() % sizeof(CrossModuleExport) != 0) in initialize()
26 uint32_t Size = Reader.bytesRemaining() / sizeof(CrossModuleExport); in initialize()
41 return Mappings.size() * sizeof(CrossModuleExport); in calculateSerializedSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h26 using ReferenceArray = FixedStreamArray<CrossModuleExport>;
44 FixedStreamArray<CrossModuleExport> References;
H A DCodeView.h608 struct CrossModuleExport { struct
/freebsd/contrib/llvm-project/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()