HomeSort by: relevance | last modified time | path
    Searched refs:CrossModuleExport (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugCrossExSubsection.cpp 20 if (Reader.bytesRemaining() % sizeof(CrossModuleExport) != 0)
25 uint32_t Size = Reader.bytesRemaining() / sizeof(CrossModuleExport);
40 return Mappings.size() * sizeof(CrossModuleExport);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugCrossExSubsection.h 25 using ReferenceArray = FixedStreamArray<CrossModuleExport>;
43 FixedStreamArray<CrossModuleExport> References;
CodeView.h 593 struct CrossModuleExport {
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 64 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) {

Completed in 18 milliseconds