OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentFunction
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/IR/
ModuleSlotTracker.h
58
const Function *
getCurrentFunction
() const { return F; }
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
597
const MachineFunction *
getCurrentFunction
() const { return CurFn; }
DwarfCompileUnit.cpp
288
if (!DD->
getCurrentFunction
()->getTarget().Options.DisableFramePointerElim(
289
*DD->
getCurrentFunction
()))
/external/llvm/lib/CodeGen/
MIRPrinter.cpp
604
if (F == MST.
getCurrentFunction
()) {
Completed in 99 milliseconds