Searched refs:getKindForSize (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCFixup.h95 /// getKindForSize - Return the generic fixup kind for a value with the given
97 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { function in class:llvm::MCFixup
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp311 MCFixup::getKindForSize(4, false)));
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp115 MCFixup::getKindForSize(Size, false)));
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp215 return MCFixup::getKindForSize(Size, isPCRel);

Completed in 115 milliseconds