|
LLVM
8.0.1
|
#include "llvm/ADT/Twine.h"#include "llvm/Config/config.h"#include "llvm/DebugInfo/DWARF/DWARFContext.h"#include "llvm/ExecutionEngine/JITEventListener.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Object/SymbolSize.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Errno.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Mutex.h"#include "llvm/Support/MutexGuard.h"#include "llvm/Support/Path.h"#include "llvm/Support/Process.h"#include "llvm/Support/Threading.h"#include "llvm/Support/raw_ostream.h"#include <sys/mman.h>#include <sys/types.h>#include <time.h>#include <unistd.h>
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Macros | |
| #define | JIT_LANG "llvm-IR" |
| #define | LLVM_PERF_JIT_MAGIC |
| #define | LLVM_PERF_JIT_VERSION 1 |
| #define | JITDUMP_FLAGS_ARCH_TIMESTAMP (1ULL << 0) |
Typedefs | |
| typedef DILineInfoSpecifier::FileLineInfoKind | FileLineInfoKind |
Enumerations | |
| enum | LLVMPerfJitRecordType |
Functions | |
| LLVMJITEventListenerRef | LLVMCreatePerfJITEventListener (void) |
| #define JIT_LANG "llvm-IR" |
Definition at line 49 of file PerfJITEventListener.cpp.
| #define JITDUMP_FLAGS_ARCH_TIMESTAMP (1ULL << 0) |
Definition at line 57 of file PerfJITEventListener.cpp.
| #define LLVM_PERF_JIT_MAGIC |
| #define LLVM_PERF_JIT_VERSION 1 |
Definition at line 53 of file PerfJITEventListener.cpp.
Definition at line 43 of file PerfJITEventListener.cpp.
Definition at line 110 of file PerfJITEventListener.cpp.
1.8.13