Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSlotTracker.h61 const Function *getCurrentFunction() const { return F; } in getCurrentFunction() function
/external/llvm/include/llvm/IR/
DModuleSlotTracker.h62 const Function *getCurrentFunction() const { return F; } in getCurrentFunction() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h557 const MachineFunction *getCurrentFunction() const { return CurFn; } in getCurrentFunction() function
DDwarfCompileUnit.cpp301 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
302 *DD->getCurrentFunction())) in updateSubprogramScopeDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h745 const MachineFunction *getCurrentFunction() const { return CurFn; } in getCurrentFunction() function
DDwarfCompileUnit.cpp397 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
398 *DD->getCurrentFunction())) in updateSubprogramScopeDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp895 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
DMachineOperand.cpp448 if (F == MST.getCurrentFunction()) { in printIRBlockReference()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp625 if (F == MST.getCurrentFunction()) { in printIRBlockReference()