Home
last modified time | relevance | path

Searched refs:PubNames (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp24 DataExtractor PubNames(Data, LittleEndian, 0); in DWARFDebugPubTable() local
26 while (PubNames.isValidOffset(Offset)) { in DWARFDebugPubTable()
30 SetData.Length = PubNames.getU32(&Offset); in DWARFDebugPubTable()
31 SetData.Version = PubNames.getU16(&Offset); in DWARFDebugPubTable()
32 SetData.Offset = PubNames.getU32(&Offset); in DWARFDebugPubTable()
33 SetData.Size = PubNames.getU32(&Offset); in DWARFDebugPubTable()
36 uint32_t DieRef = PubNames.getU32(&Offset); in DWARFDebugPubTable()
39 uint8_t IndexEntryValue = GnuStyle ? PubNames.getU8(&Offset) : 0; in DWARFDebugPubTable()
40 StringRef Name = PubNames.getCStrRef(&Offset); in DWARFDebugPubTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp32 if (!DWARF.PubNames.Entries.empty() || !IO.outputting()) in mapping()
33 IO.mapOptional("debug_pubnames", DWARF.PubNames); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp103 Y.PubNames.IsGNUStyle = false; in dumpDebugPubSections()
104 dumpPubSection(DCtx, Y.PubNames, D.getPubNamesSection()); in dumpDebugPubSections()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h149 PubSection PubNames; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp294 DWARFYAML::EmitPubSection(OS, Obj.DWARF.PubNames, in writeSectionData()