LLVM API Documentation
#include <Reader.h>
Collaboration diagram for llvm::BytecodeReader::LazyFunctionInfo:
Public Member Functions | |
LazyFunctionInfo (const unsigned char *B=0, const unsigned char *EB=0) | |
Public Attributes | |
const unsigned char * | Buf |
const unsigned char * | EndBuf |
For lazy read-in of functions, we need to save the location in the data stream where the function is located. This structure provides that information. Lazy read-in is used mostly by the JIT which only wants to resolve functions as it needs them.
Definition at line 112 of file lib/Bytecode/Reader/Reader.h.
|
Definition at line 114 of file lib/Bytecode/Reader/Reader.h. |
|
Definition at line 113 of file lib/Bytecode/Reader/Reader.h. |
|
Definition at line 113 of file lib/Bytecode/Reader/Reader.h. |