Searched refs:getFunctionNumber (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DARMException.cpp60 Asm->getFunctionNumber()));
70 Asm->getFunctionNumber()));
H A DDwarfCFIException.cpp126 Asm->getFunctionNumber()));
133 Asm->getFunctionNumber()),
149 Asm->getFunctionNumber()));
H A DWin64Exception.cpp87 Asm->getFunctionNumber()));
97 Asm->getFunctionNumber()));
H A DDwarfException.cpp463 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());
H A DAsmPrinterInlineAsm.cpp503 if (LastMI != MI || LastFn != getFunctionNumber()) {
506 LastFn = getFunctionNumber();
H A DAsmPrinter.cpp123 /// getFunctionNumber - Return a unique ID for the current function.
125 unsigned AsmPrinter::getFunctionNumber() const { function in class:AsmPrinter
126 return MF->getFunctionNumber();
1966 (Twine(MAI->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber())
1979 (Twine(MAI->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" +
2046 Twine(AP.getFunctionNumber())+"_" +
2056 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());
2066 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());
H A DDwarfDebug.cpp355 Asm->GetTempSymbol("func_begin", Asm->getFunctionNumber()));
357 Asm->GetTempSymbol("func_end", Asm->getFunctionNumber()));
1280 Asm->getFunctionNumber());
1458 Asm->getFunctionNumber());
1500 DebugFrames.push_back(FunctionDebugFrameInfo(Asm->getFunctionNumber(),
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp53 << Printer.getFunctionNumber() << '_'
69 << Printer.getFunctionNumber() << '_'
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeMCInstLower.cpp56 << Printer.getFunctionNumber() << '_'
71 << Printer.getFunctionNumber() << '_'
H A DMBlazeAsmPrinter.cpp248 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
254 << getFunctionNumber() << "_" << MO.getIndex();
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp102 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
155 unsigned mfNum = MI->getParent()->getParent()->getFunctionNumber();
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUAsmPrinter.cpp254 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
258 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
/macosx-10.10/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp243 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
247 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsAsmPrinter.cpp487 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
493 << getFunctionNumber() << "_" << MO.getIndex();
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DAsmPrinter.h127 /// getFunctionNumber - Return a unique ID for the current function.
129 unsigned getFunctionNumber() const;
H A DMachineFunction.h150 /// getFunctionNumber - Return a unique ID for the current function.
152 unsigned getFunctionNumber() const { return FunctionNumber; } function in class:llvm::MachineFunction
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMAsmPrinter.cpp397 << getFunctionNumber() << '_' << uid << '_' << uid2
406 << getFunctionNumber() << '_' << uid << '_' << uid2;
414 << getFunctionNumber();
920 OS << MAI->getPrivateGlobalPrefix() << "_LSDA_" << getFunctionNumber();
945 getFunctionNumber(),
1434 getFunctionNumber(),
1472 getFunctionNumber(),
1502 getFunctionNumber(), MI->getOperand(2).getImm(),
1525 getFunctionNumber(), MI->getOperand(2).getImm(),
1558 getFunctionNumber(), M
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineFunction.cpp432 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
441 Twine(getFunctionNumber())+"$pb");
H A DMachineBasicBlock.cpp53 Twine(MF->getFunctionNumber()) + "_" +
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp168 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
173 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h645 /*! @function getFunctionNumber
650 virtual UInt8 getFunctionNumber( void );
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp529 O << DEPOTNAME << getFunctionNumber();
1590 << getFunctionNumber() << "[" << NumBytes << "];\n";
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp737 UInt8 IOPCIDevice::getFunctionNumber( void ) function in class:IOPCIDevice
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp4075 && pciDevice->getFunctionNumber())

Completed in 209 milliseconds