Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSlotTracker.h62 const Function *getCurrentFunction() const { return F; } in getCurrentFunction() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h708 const MachineFunction *getCurrentFunction() const { return CurFn; } in getCurrentFunction() function
H A DDwarfCompileUnit.cpp337 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
338 *DD->getCurrentFunction())) in updateSubprogramScopeDIE()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOperand.cpp432 if (F == MST.getCurrentFunction()) { in printIRBlockReference()
464 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValueReference()