LLVM
8.0.1
|
This is the complete list of members for llvm::OProfileWrapper, including all inherited members.
isAgentAvailable() | llvm::OProfileWrapper | |
op_close_agent() | llvm::OProfileWrapper | |
op_major_version() | llvm::OProfileWrapper | |
op_minor_version() | llvm::OProfileWrapper | |
op_open_agent() | llvm::OProfileWrapper | |
op_unload_native_code(uint64_t addr) | llvm::OProfileWrapper | |
op_write_debug_line_info(void const *code, size_t num_entries, struct debug_line_info const *info) | llvm::OProfileWrapper | |
op_write_native_code(const char *name, uint64_t addr, void const *code, const unsigned int size) | llvm::OProfileWrapper | |
OProfileWrapper() | llvm::OProfileWrapper | |
OProfileWrapper(op_open_agent_ptr_t OpenAgentImpl, op_close_agent_ptr_t CloseAgentImpl, op_write_native_code_ptr_t WriteNativeCodeImpl, op_write_debug_line_info_ptr_t WriteDebugLineInfoImpl, op_unload_native_code_ptr_t UnloadNativeCodeImpl, op_major_version_ptr_t MajorVersionImpl, op_major_version_ptr_t MinorVersionImpl, IsOProfileRunningPtrT MockIsOProfileRunningImpl=0) | llvm::OProfileWrapper | inline |