Home
last modified time | relevance | path

Searched refs:getCurrentFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModuleSlotTracker.h81 const Function *getCurrentFunction() const { return F; } in getCurrentFunction() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h879 const MachineFunction *getCurrentFunction() const { return CurFn; } in getCurrentFunction() function
HDDwarfCompileUnit.cpp525 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
526 *DD->getCurrentFunction())) in updateSubprogramScopeDIE()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineOperand.cpp513 if (F == MST.getCurrentFunction()) { in printIRBlockReference()
HDMIRPrinter.cpp996 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()