LLVM 20.0.0git
|
#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/Path.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/raw_ostream.h"
#include <mutex>
#include <sys/mman.h>
#include <time.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
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 |
Functions | |
LLVMJITEventListenerRef | LLVMCreatePerfJITEventListener (void) |
#define JIT_LANG "llvm-IR" |
Definition at line 47 of file PerfJITEventListener.cpp.
#define JITDUMP_FLAGS_ARCH_TIMESTAMP (1ULL << 0) |
Definition at line 55 of file PerfJITEventListener.cpp.
#define LLVM_PERF_JIT_MAGIC |
#define LLVM_PERF_JIT_VERSION 1 |
Definition at line 51 of file PerfJITEventListener.cpp.
Definition at line 41 of file PerfJITEventListener.cpp.