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

  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 42 } *CurFn;
107 assert(CurFn == nullptr);
DwarfDebug.h 241 const MachineFunction *CurFn;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 328 // CurFn - The llvm function being emitted. Only valid during
330 const Function *CurFn;
359 : SizeEstimate(0), Resolver(jit, *this), MMI(nullptr), CurFn(nullptr),
827 CurFn = F.getFunction();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 149 llvm::Function *CurFn;
    [all...]

Completed in 133 milliseconds