This is the complete list of members for llvm::MCCFIInstruction, including all inherited members.
createAdjustCfaOffset(MCSymbol *L, int Adjustment) | llvm::MCCFIInstruction | inlinestatic |
createDefCfa(MCSymbol *L, unsigned Register, int Offset) | llvm::MCCFIInstruction | inlinestatic |
createDefCfaOffset(MCSymbol *L, int Offset) | llvm::MCCFIInstruction | inlinestatic |
createDefCfaRegister(MCSymbol *L, unsigned Register) | llvm::MCCFIInstruction | inlinestatic |
createEscape(MCSymbol *L, StringRef Vals) | llvm::MCCFIInstruction | inlinestatic |
createGnuArgsSize(MCSymbol *L, int Size) | llvm::MCCFIInstruction | inlinestatic |
createNegateRAState(MCSymbol *L) | llvm::MCCFIInstruction | inlinestatic |
createOffset(MCSymbol *L, unsigned Register, int Offset) | llvm::MCCFIInstruction | inlinestatic |
createRegister(MCSymbol *L, unsigned Register1, unsigned Register2) | llvm::MCCFIInstruction | inlinestatic |
createRelOffset(MCSymbol *L, unsigned Register, int Offset) | llvm::MCCFIInstruction | inlinestatic |
createRememberState(MCSymbol *L) | llvm::MCCFIInstruction | inlinestatic |
createRestore(MCSymbol *L, unsigned Register) | llvm::MCCFIInstruction | inlinestatic |
createRestoreState(MCSymbol *L) | llvm::MCCFIInstruction | inlinestatic |
createSameValue(MCSymbol *L, unsigned Register) | llvm::MCCFIInstruction | inlinestatic |
createUndefined(MCSymbol *L, unsigned Register) | llvm::MCCFIInstruction | inlinestatic |
createWindowSave(MCSymbol *L) | llvm::MCCFIInstruction | inlinestatic |
getLabel() const | llvm::MCCFIInstruction | inline |
getOffset() const | llvm::MCCFIInstruction | inline |
getOperation() const | llvm::MCCFIInstruction | inline |
getRegister() const | llvm::MCCFIInstruction | inline |
getRegister2() const | llvm::MCCFIInstruction | inline |
getValues() const | llvm::MCCFIInstruction | inline |
Offset | llvm::MCCFIInstruction | |
OpAdjustCfaOffset enum value | llvm::MCCFIInstruction | |
OpDefCfa enum value | llvm::MCCFIInstruction | |
OpDefCfaOffset enum value | llvm::MCCFIInstruction | |
OpDefCfaRegister enum value | llvm::MCCFIInstruction | |
OpEscape enum value | llvm::MCCFIInstruction | |
OpGnuArgsSize enum value | llvm::MCCFIInstruction | |
OpNegateRAState enum value | llvm::MCCFIInstruction | |
OpOffset enum value | llvm::MCCFIInstruction | |
OpRegister enum value | llvm::MCCFIInstruction | |
OpRelOffset enum value | llvm::MCCFIInstruction | |
OpRememberState enum value | llvm::MCCFIInstruction | |
OpRestore enum value | llvm::MCCFIInstruction | |
OpRestoreState enum value | llvm::MCCFIInstruction | |
OpSameValue enum value | llvm::MCCFIInstruction | |
OpType enum name | llvm::MCCFIInstruction | |
OpUndefined enum value | llvm::MCCFIInstruction | |
OpWindowSave enum value | llvm::MCCFIInstruction | |
Register2 | llvm::MCCFIInstruction | |