Searched refs:PubIndexEntryDescriptor (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDwarf.h930 struct PubIndexEntryDescriptor { struct
933 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) function in struct:llvm::dwarf::PubIndexEntryDescriptor
935 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) function in struct:llvm::dwarf::PubIndexEntryDescriptor
937 explicit PubIndexEntryDescriptor(uint8_t Value) function in struct:llvm::dwarf::PubIndexEntryDescriptor
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1828 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU,
1847 return dwarf::PubIndexEntryDescriptor(
1854 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC);
1858 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage);
1861 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage);
1863 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE,
1924 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity);
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp52 PubIndexEntryDescriptor desc(pubNames.getU8(&offset));

Completed in 390 milliseconds