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

/external/llvm/include/llvm/MC/
H A DMCDwarf.h307 class MCCFIInstruction { class in namespace:llvm
336 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) function in class:llvm::MCCFIInstruction
342 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) function in class:llvm::MCCFIInstruction
350 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
352 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
357 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
358 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
364 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
365 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
371 static MCCFIInstruction createAdjustCfaOffse
[all...]

Completed in 67 milliseconds