Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSlotTracker.h81 const Function *getCurrentFunction() const { return F; } in getCurrentFunction() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h803 const MachineFunction *getCurrentFunction() const { return CurFn; } in getCurrentFunction() function
H A DDwarfCompileUnit.cpp463 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIEImpl()
464 *DD->getCurrentFunction())) in updateSubprogramScopeDIEImpl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp957 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
H A DMachineOperand.cpp495 if (F == MST.getCurrentFunction()) { in printIRBlockReference()