HomeSort by relevance Sort by last modified time
    Searched refs:MCCFIInstruction (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
MCAsmBackend.h 24 class MCCFIInstruction;
134 generateCompactUnwindEncoding(ArrayRef<MCCFIInstruction>) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
MCAsmBackend.h 24 class MCCFIInstruction;
134 generateCompactUnwindEncoding(ArrayRef<MCCFIInstruction>) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
MCAsmBackend.h 24 class MCCFIInstruction;
134 generateCompactUnwindEncoding(ArrayRef<MCCFIInstruction>) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
MCAsmBackend.h 24 class MCCFIInstruction;
133 generateCompactUnwindEncoding(ArrayRef<MCCFIInstruction>) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
MCAsmBackend.h 24 class MCCFIInstruction;
133 generateCompactUnwindEncoding(ArrayRef<MCCFIInstruction>) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
MCAsmBackend.h 24 class MCCFIInstruction;
133 generateCompactUnwindEncoding(ArrayRef<MCCFIInstruction>) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCDwarf.h 333 class MCCFIInstruction {
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
377 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register,
379 return MCCFIInstruction(OpDefCfa, L, Register, -Offset, "");
384 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) {
385 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, "");
391 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) {
392 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
398 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 212 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const {
216 case MCCFIInstruction::OpDefCfaOffset:
219 case MCCFIInstruction::OpAdjustCfaOffset:
222 case MCCFIInstruction::OpDefCfa:
225 case MCCFIInstruction::OpDefCfaRegister:
228 case MCCFIInstruction::OpOffset:
231 case MCCFIInstruction::OpRegister:
234 case MCCFIInstruction::OpWindowSave:
237 case MCCFIInstruction::OpSameValue:
240 case MCCFIInstruction::OpGnuArgsSize
    [all...]
  /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/lib/Target/ARM/MCTargetDesc/
ARMAsmBackendDarwin.h 32 ArrayRef<MCCFIInstruction> Instrs) const override;
  /external/llvm/lib/MC/
MCStreamer.cpp 269 for (const MCCFIInstruction& Inst : MAI->getInitialFrameState()) {
270 if (Inst.getOperation() == MCCFIInstruction::OpDefCfa ||
271 Inst.getOperation() == MCCFIInstruction::OpDefCfaRegister) {
304 MCCFIInstruction Instruction =
305 MCCFIInstruction::createDefCfa(Label, Register, Offset);
313 MCCFIInstruction Instruction =
314 MCCFIInstruction::createDefCfaOffset(Label, Offset);
321 MCCFIInstruction Instruction =
322 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
329 MCCFIInstruction Instruction
    [all...]

Completed in 1463 milliseconds

1 2 3 4 5