Searched refs:PubTypes (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/unittests/ObjectYAML/ |
D | DWARFYAMLTest.cpp | 103 ASSERT_TRUE(Data.PubTypes.hasValue()); in TEST() 104 DWARFYAML::PubSection PubTypes = Data.PubTypes.getValue(); in TEST() local 106 ASSERT_EQ(PubTypes.Entries.size(), 2u); in TEST() 107 EXPECT_EQ((uint32_t)PubTypes.Entries[0].DieOffset, 0x1234u); in TEST() 108 EXPECT_EQ(PubTypes.Entries[0].Name, "abc"); in TEST() 109 EXPECT_EQ((uint32_t)PubTypes.Entries[1].DieOffset, 0x4321u); in TEST() 110 EXPECT_EQ(PubTypes.Entries[1].Name, "def"); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 33 if (!DWARF.PubTypes.Entries.empty() || !IO.outputting()) in mapping() 34 IO.mapOptional("debug_pubtypes", DWARF.PubTypes); in mapping()
|
D | MachOEmitter.cpp | 288 DWARFYAML::EmitPubSection(OS, Obj.DWARF.PubTypes, in writeSectionData()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 43 if (PubTypes) in getNonEmptySectionNames() 100 IO.mapOptional("debug_pubtypes", DWARF.PubTypes); in mapping()
|
D | DWARFEmitter.cpp | 249 assert(DI.PubTypes && "unexpected emitDebugPubtypes() call"); in emitDebugPubtypes() 250 return emitPubSection(OS, *DI.PubTypes, DI.IsLittleEndian); in emitDebugPubtypes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 149 PubSection PubTypes; member
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 201 Y.PubTypes = in dumpDebugPubSections()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 220 Optional<PubSection> PubTypes; member
|