#include <JitEngineDevice.h>
◆ BinaryInfo() [1/2]
| proteus::BinaryInfo::BinaryInfo |
( |
| ) |
|
|
default |
◆ BinaryInfo() [2/2]
| proteus::BinaryInfo::BinaryInfo |
( |
FatbinWrapperT * |
FatbinWrapper, |
|
|
SmallVector< std::string > && |
LinkedModuleIds |
|
) |
| |
|
inline |
◆ addModuleId()
| void proteus::BinaryInfo::addModuleId |
( |
const char * |
ModuleId | ) |
|
|
inline |
◆ getCallGraph()
| CallGraph & proteus::BinaryInfo::getCallGraph |
( |
| ) |
|
|
inline |
◆ getDeviceBinary()
| MemoryBufferRef proteus::BinaryInfo::getDeviceBinary |
( |
| ) |
|
|
inline |
◆ getExtractedModules()
| const SmallVector< std::reference_wrapper< Module > > proteus::BinaryInfo::getExtractedModules |
( |
| ) |
const |
|
inline |
◆ getFatbinWrapper()
◆ getLinkedModule()
| Module & proteus::BinaryInfo::getLinkedModule |
( |
| ) |
|
|
inline |
◆ getLLVMContext()
| std::unique_ptr< LLVMContext > & proteus::BinaryInfo::getLLVMContext |
( |
| ) |
|
|
inline |
◆ getModuleHash()
| HashT proteus::BinaryInfo::getModuleHash |
( |
| ) |
const |
|
inline |
◆ getModuleIds()
| auto & proteus::BinaryInfo::getModuleIds |
( |
| ) |
|
|
inline |
◆ getVarNameToGlobalInfo()
| std::unordered_map< std::string, GlobalVarInfo > & proteus::BinaryInfo::getVarNameToGlobalInfo |
( |
| ) |
|
|
inline |
◆ hasDeviceBinary()
| bool proteus::BinaryInfo::hasDeviceBinary |
( |
| ) |
|
|
inline |
◆ hasExtractedModules()
| bool proteus::BinaryInfo::hasExtractedModules |
( |
| ) |
const |
|
inline |
◆ hasLinkedModule()
| bool proteus::BinaryInfo::hasLinkedModule |
( |
| ) |
const |
|
inline |
◆ hasModuleHash()
| bool proteus::BinaryInfo::hasModuleHash |
( |
| ) |
const |
|
inline |
◆ insertGlobalVar()
| void proteus::BinaryInfo::insertGlobalVar |
( |
const char * |
VarName, |
|
|
const void * |
HostAddr, |
|
|
const void * |
DeviceAddr, |
|
|
uint64_t |
VarSize |
|
) |
| |
|
inline |
◆ setDeviceBinary()
| void proteus::BinaryInfo::setDeviceBinary |
( |
std::unique_ptr< MemoryBuffer > |
DeviceBinaryBuffer | ) |
|
|
inline |
◆ setExtractedModules()
| void proteus::BinaryInfo::setExtractedModules |
( |
SmallVector< std::unique_ptr< Module > > & |
Modules | ) |
|
|
inline |
◆ setModuleHash()
| void proteus::BinaryInfo::setModuleHash |
( |
HashT |
HashValue | ) |
|
|
inline |
◆ updateModuleHash()
| void proteus::BinaryInfo::updateModuleHash |
( |
HashT |
HashValue | ) |
|
|
inline |
The documentation for this class was generated from the following file: