OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BufferBegin
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
283
// save
BufferBegin
/BufferEnd/CurBufferPtr here.
793
BufferBegin
= CurBufferPtr = MemMgr->startFunctionBody(F.getFunction(),
795
BufferEnd =
BufferBegin
+ActualSize;
796
EmittedFunctions[F.getFunction()].FunctionBody =
BufferBegin
;
820
MemMgr->endFunctionBody(F.getFunction(),
BufferBegin
, CurBufferPtr);
857
BufferBegin
+MR.getMachineCodeOffset(),
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineCodeEmitter.h
43
///
BufferBegin
/BufferEnd pointers to the start and end of the buffer. As we
53
///
BufferBegin
/BufferEnd - Pointers to the start and end of the memory
55
uint8_t *
BufferBegin
, *BufferEnd;
57
/// code. This is guaranteed to be in the range [
BufferBegin
,BufferEnd]. If
67
/// about to be code generated. This initializes the
BufferBegin
/End/Ptr
234
if (Addr >= (uintptr_t*)
BufferBegin
&& Addr < (uintptr_t*)BufferEnd)
240
if (Addr >= (uintptr_t*)
BufferBegin
&& Addr < (uintptr_t*)BufferEnd)
288
return CurBufferPtr-
BufferBegin
;
JITCodeEmitter.h
45
///
BufferBegin
/BufferEnd pointers to the start and end of the buffer. As we
58
/// about to be code generated. This initializes the
BufferBegin
/End/Ptr
239
if (Addr >= (uintptr_t*)
BufferBegin
&& Addr < (uintptr_t*)BufferEnd)
245
if (Addr >= (uintptr_t*)
BufferBegin
&& Addr < (uintptr_t*)BufferEnd)
293
return CurBufferPtr-
BufferBegin
;
Completed in 370 milliseconds