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

/external/llvm/include/llvm/MC/
H A DMCFixup.h22 /// MCFixupKind - Extensible enumeration to represent the type of a fixup.
23 enum MCFixupKind { enum in namespace:llvm
79 MCFixupKind Kind, SMLoc Loc = SMLoc()) {
89 MCFixupKind getKind() const { return MCFixupKind(Kind); }
98 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) {

Completed in 533 milliseconds