| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCFIException.cpp | 116 Asm->GetTempSymbol("eh_func_begin", Asm->getFunctionNumber()); in beginFunction() 132 Asm->getFunctionNumber()), in beginFunction() 148 Asm->getFunctionNumber())); in endFunction()
|
| H A D | Win64Exception.cpp | 85 Asm->getFunctionNumber())); in beginFunction() 95 Asm->getFunctionNumber())); in endFunction()
|
| H A D | ARMException.cpp | 62 Asm->getFunctionNumber())); in beginFunction() 88 Asm->getFunctionNumber())); in endFunction()
|
| H A D | EHStreamer.cpp | 436 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 D | AsmPrinterInlineAsm.cpp | 521 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 524 LastFn = getFunctionNumber(); in PrintSpecial()
|
| H A D | AsmPrinter.cpp | 127 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 D | DwarfDebug.cpp | 1176 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 D | NVPTXFrameLowering.cpp | 56 LocalReg).addImm(MF.getFunctionNumber()); in emitPrologue() 65 LocalReg).addImm(MF.getFunctionNumber()); in emitPrologue()
|
| H A D | NVPTXAsmPrinter.cpp | 1609 << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters() 2019 O << DEPOTNAME << getFunctionNumber(); in printOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineFunctionInfo.cpp | 23 Twine(MF.getFunctionNumber())+"$poff"); in getPICOffsetSymbol()
|
| H A D | PPCAsmPrinter.cpp | 179 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430MCInstLower.cpp | 57 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 74 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 206 << 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 D | AArch64AsmPrinter.cpp | 204 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol() 208 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 144 unsigned getFunctionNumber() const;
|
| H A D | MachineFunction.h | 168 unsigned getFunctionNumber() const { return FunctionNumber; }
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 229 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 473 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol() 482 Twine(getFunctionNumber())+"$pb"); in getPICBaseSymbol()
|
| H A D | MachineBasicBlock.cpp | 57 Twine(MF->getFunctionNumber()) + in getSymbol()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 376 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 613 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
|