LLVM 19.0.0git
Namespaces | Macros | Typedefs | Functions
PerfJITEventListener.cpp File Reference
#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)
 

Macro Definition Documentation

◆ JIT_LANG

#define JIT_LANG   "llvm-IR"

Definition at line 47 of file PerfJITEventListener.cpp.

◆ JITDUMP_FLAGS_ARCH_TIMESTAMP

#define JITDUMP_FLAGS_ARCH_TIMESTAMP   (1ULL << 0)

Definition at line 55 of file PerfJITEventListener.cpp.

◆ LLVM_PERF_JIT_MAGIC

#define LLVM_PERF_JIT_MAGIC
Value:
((uint32_t)'J' << 24 | (uint32_t)'i' << 16 | (uint32_t)'T' << 8 | \
(uint32_t)'D')

Definition at line 48 of file PerfJITEventListener.cpp.

◆ LLVM_PERF_JIT_VERSION

#define LLVM_PERF_JIT_VERSION   1

Definition at line 51 of file PerfJITEventListener.cpp.

Typedef Documentation

◆ FileLineInfoKind

Definition at line 41 of file PerfJITEventListener.cpp.