Home
last modified time | relevance | path

Searched refs:getFunctionNumber (Results 1 – 21 of 21) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp116 Asm->GetTempSymbol("eh_func_begin", Asm->getFunctionNumber()); in beginFunction()
132 Asm->getFunctionNumber()), in beginFunction()
148 Asm->getFunctionNumber())); in endFunction()
H A DWin64Exception.cpp85 Asm->getFunctionNumber())); in beginFunction()
95 Asm->getFunctionNumber())); in endFunction()
H A DARMException.cpp62 Asm->getFunctionNumber())); in beginFunction()
88 Asm->getFunctionNumber())); in endFunction()
H A DEHStreamer.cpp436 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
439 Asm->getFunctionNumber())); in emitExceptionTable()
443 Asm->getFunctionNumber())); in emitExceptionTable()
555 Asm->GetTempSymbol("eh_func_begin", Asm->getFunctionNumber()); in emitExceptionTable()
562 EndLabel = Asm->GetTempSymbol("eh_func_end", Asm->getFunctionNumber()); in emitExceptionTable()
H A DAsmPrinterInlineAsm.cpp521 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
524 LastFn = getFunctionNumber(); in PrintSpecial()
H A DAsmPrinter.cpp127 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter
128 return MF->getFunctionNumber(); in getFunctionNumber()
2101 (Twine(DL->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber()) in GetCPISymbol()
2115 (Twine(DL->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol()
2176 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments()
2186 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments()
2196 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
H A DDwarfDebug.cpp1176 FunctionBeginSym = Asm->GetTempSymbol("func_begin", Asm->getFunctionNumber()); in beginFunction()
1251 FunctionEndSym = Asm->GetTempSymbol("func_end", Asm->getFunctionNumber()); in endFunction()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp56 LocalReg).addImm(MF.getFunctionNumber()); in emitPrologue()
65 LocalReg).addImm(MF.getFunctionNumber()); in emitPrologue()
H A DNVPTXAsmPrinter.cpp1609 << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters()
2019 O << DEPOTNAME << getFunctionNumber(); in printOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp23 Twine(MF.getFunctionNumber())+"$poff"); in getPICOffsetSymbol()
H A DPPCAsmPrinter.cpp179 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp57 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
74 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp206 << getFunctionNumber() << '_' << uid << '_' << uid2; in GetARMJTIPICJumpTableLabel2()
215 << getFunctionNumber(); in GetARMSJLJEHLabel()
930 OS << DL->getPrivateGlobalPrefix() << "_LSDA_" << getFunctionNumber(); in EmitMachineConstantPoolValue()
959 getFunctionNumber(), in EmitMachineConstantPoolValue()
1397 getFunctionNumber(), in EmitInstruction()
1430 getFunctionNumber(), in EmitInstruction()
1456 getFunctionNumber(), MI->getOperand(2).getImm(), in EmitInstruction()
1477 getFunctionNumber(), MI->getOperand(2).getImm(), in EmitInstruction()
1508 getFunctionNumber(), MI->getOperand(2).getImm(), in EmitInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp204 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
208 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h144 unsigned getFunctionNumber() const;
H A DMachineFunction.h168 unsigned getFunctionNumber() const { return FunctionNumber; }
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp229 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp473 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol()
482 Twine(getFunctionNumber())+"$pb"); in getPICBaseSymbol()
H A DMachineBasicBlock.cpp57 Twine(MF->getFunctionNumber()) + in getSymbol()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp376 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp613 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()