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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 32 dwarf::PubIndexEntryDescriptor Descriptor;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugPubTable.cpp 73 {DieRef, PubIndexEntryDescriptor(IndexEntryValue), Name});
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Dwarf.h 715 struct PubIndexEntryDescriptor {
718 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage)
720 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind)
722 explicit PubIndexEntryDescriptor(uint8_t Value)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 2298 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU,
2310 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE,
2328 return dwarf::PubIndexEntryDescriptor(
2336 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC);
2340 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage);
2342 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage);
2344 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE,
2410 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity);

Completed in 36 milliseconds