Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSlotTracker.h61 const Function *getCurrentFunction() const { return F; } in getCurrentFunction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h812 const MachineFunction *getCurrentFunction() const { return CurFn; } in getCurrentFunction() function
H A DDwarfCompileUnit.cpp426 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
427 *DD->getCurrentFunction())) in updateSubprogramScopeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp915 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
H A DMachineOperand.cpp460 if (F == MST.getCurrentFunction()) { in printIRBlockReference()