H A D | MCDwarf.h | 281 class MCCFIInstruction { class in namespace:llvm 297 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) : function in class:llvm::MCCFIInstruction 303 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) : function in class:llvm::MCCFIInstruction 309 static MCCFIInstruction 311 return MCCFIInstruction(OpOffset, L, Register, Offset, ""); 314 static MCCFIInstruction 316 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, ""); 319 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) { 320 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, ""); 323 static MCCFIInstruction [all...] |