Searched defs:BeginLabelPtr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp409 intptr_t BeginLabelPtr = 0; local
413 BeginLabelPtr = (intptr_t)StartFunction;
416 BeginLabelPtr = JCE->getLabelAddress(S.BeginLabel);
417 JCE->emitInt32(BeginLabelPtr - (intptr_t)StartFunction);
427 JCE->emitInt32(EndLabelPtr - BeginLabelPtr);

Completed in 19 milliseconds