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

  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 949 startGVStub(F, SL.Size, SL.Alignment);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 400 void startGVStub(const GlobalValue* GV,
402 void startGVStub(void *Buffer, unsigned StubSize);
548 JE.startGVStub(F, SL.Size, SL.Alignment);
611 JE.startGVStub(0, SL.Size, SL.Alignment);
    [all...]

Completed in 29 milliseconds