HomeSort by relevance Sort by last modified time
    Searched defs:MCCFIInstruction (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCDwarf.h 230 class MCCFIInstruction {
240 MCCFIInstruction(OpType Op, MCSymbol *L)
244 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned Register)
248 MCCFIInstruction(MCSymbol *L, const MachineLocation &D,
252 MCCFIInstruction(OpType Op, MCSymbol *L, const MachineLocation &D,
272 std::vector<MCCFIInstruction> Instructions;
  /external/llvm/include/llvm/MC/
MCDwarf.h 325 class MCCFIInstruction {
355 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
361 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
369 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
371 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
376 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
377 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
383 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
384 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
390 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCDwarf.h 416 class MCCFIInstruction {
446 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
452 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
460 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
462 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
467 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
468 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
474 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
475 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
481 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]

Completed in 272 milliseconds