Searched defs:GDBIndexEntryLinkage (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDwarf.h602 enum GDBIndexEntryLinkage { enum
638 const char *GDBIndexEntryLinkageString(GDBIndexEntryLinkage Linkage);
675 GDBIndexEntryLinkage Linkage;
676 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage)
683 Linkage(static_cast<GDBIndexEntryLinkage>((Value & LINKAGE_MASK) >>

Completed in 61 milliseconds