HomeSort by relevance Sort by last modified time
    Searched refs:StartFunction (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 44 unsigned char* StartFunction,
54 unsigned char* StartFunction,
64 unsigned char* StartFunction,
JITDwarfEmitter.cpp 39 unsigned char* StartFunction,
51 unsigned char* ExceptionTable = EmitExceptionTable(&F, StartFunction,
60 StartFunction, EndFunction, ExceptionTable);
198 unsigned char* StartFunction,
413 BeginLabelPtr = (intptr_t)StartFunction;
417 JCE->emitInt32(BeginLabelPtr - (intptr_t)StartFunction);
434 JCE->emitInt32(PadLabelPtr - (intptr_t)StartFunction);
541 unsigned char* StartFunction,
552 JCE->emitInt32(StartFunction - (unsigned char*)JCE->getCurrentPCValue());
553 JCE->emitInt32(EndFunction - StartFunction);
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 176 CGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, fn,
365 StartFunction(GlobalDecl(D), getContext().VoidTy, Fn,
388 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
416 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
455 StartFunction(GlobalDecl(), getContext().VoidTy, fn, FI, args,
CGBlocks.cpp     [all...]
CodeGenFunction.cpp 371 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy,
568 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin());
    [all...]
CGVTables.cpp 313 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
    [all...]
CGObjC.cpp 460 StartFunction(OMD, OMD->getResultType(), Fn, FI, args, StartLoc);
    [all...]
CodeGenFunction.h     [all...]

Completed in 129 milliseconds