HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionNumber (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 62 Asm->getFunctionNumber()));
72 Asm->getFunctionNumber()));
DwarfCFIException.cpp 126 Asm->getFunctionNumber()));
133 Asm->getFunctionNumber()),
149 Asm->getFunctionNumber()));
Win64Exception.cpp 87 Asm->getFunctionNumber()));
97 Asm->getFunctionNumber()));
DwarfException.cpp 463 Twine(Asm->getFunctionNumber()));
466 Asm->getFunctionNumber()));
470 Asm->getFunctionNumber()));
584 Asm->GetTempSymbol("eh_func_begin", Asm->getFunctionNumber());
591 EndLabel = Asm->GetTempSymbol("eh_func_end", Asm->getFunctionNumber());
AsmPrinterInlineAsm.cpp 397 if (LastMI != MI || LastFn != getFunctionNumber()) {
400 LastFn = getFunctionNumber();
AsmPrinter.cpp 126 /// getFunctionNumber - Return a unique ID for the current function.
128 unsigned AsmPrinter::getFunctionNumber() const {
129 return MF->getFunctionNumber();
    [all...]
DwarfDebug.cpp 316 Asm->GetTempSymbol("func_begin", Asm->getFunctionNumber()));
318 Asm->GetTempSymbol("func_end", Asm->getFunctionNumber()));
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 53 << Printer.getFunctionNumber() << '_'
69 << Printer.getFunctionNumber() << '_'
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 56 << Printer.getFunctionNumber() << '_'
71 << Printer.getFunctionNumber() << '_'
MBlazeAsmPrinter.cpp 242 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
248 << getFunctionNumber() << "_" << MO.getIndex();
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 102 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
155 unsigned mfNum = MI->getParent()->getParent()->getFunctionNumber();
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 126 /// getFunctionNumber - Return a unique ID for the current function.
128 unsigned getFunctionNumber() const;
MachineFunction.h 146 /// getFunctionNumber - Return a unique ID for the current function.
148 unsigned getFunctionNumber() const { return FunctionNumber; }
  /external/llvm/lib/Target/CellSPU/
SPUAsmPrinter.cpp 256 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
260 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 243 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
247 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 463 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
469 << getFunctionNumber() << "_" << MO.getIndex();
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 389 << getFunctionNumber() << '_' << uid << '_' << uid2
398 << getFunctionNumber() << '_' << uid << '_' << uid2;
406 << getFunctionNumber();
878 OS << MAI->getPrivateGlobalPrefix() << "_LSDA_" << getFunctionNumber();
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 422 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
431 Twine(getFunctionNumber())+"$pb");
MachineBasicBlock.cpp 53 Twine(MF->getFunctionNumber()) + "_" +
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 166 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
171 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()

Completed in 1135 milliseconds