HomeSort by relevance Sort by last modified time
    Searched defs:CurFn (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 103 FunctionInfo *CurFn;
DwarfDebug.h 222 const MachineFunction *CurFn;
557 const MachineFunction *getCurrentFunction() const { return CurFn; }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 337 // CurFn - The llvm function being emitted. Only valid during
339 const Function *CurFn;
367 : SizeEstimate(0), Resolver(jit, *this), MMI(0), CurFn(0),
837 CurFn = F.getFunction();
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 560 PGO.assignRegionCounters(GlobalDecl(OMD), CurFn);
    [all...]
CodeGenFunction.h 156 llvm::Function *CurFn;
    [all...]

Completed in 381 milliseconds