Lines Matching refs:IRExecutionUnit
43 IRExecutionUnit::IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_up, in IRExecutionUnit() function in IRExecutionUnit
56 lldb::addr_t IRExecutionUnit::WriteNow(const uint8_t *bytes, size_t size, in WriteNow()
92 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow()
101 Status IRExecutionUnit::DisassembleFunction(Stream &stream, in DisassembleFunction()
230 void IRExecutionUnit::ReportSymbolLookupError(ConstString name) { in ReportSymbolLookupError()
234 void IRExecutionUnit::GetRunnableInfo(Status &error, lldb::addr_t &func_addr, in GetRunnableInfo()
502 IRExecutionUnit::~IRExecutionUnit() { in ~IRExecutionUnit()
508 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager()
511 IRExecutionUnit::MemoryManager::~MemoryManager() = default;
513 lldb::SectionType IRExecutionUnit::GetSectionTypeFromSectionName( in GetSectionTypeFromSectionName()
514 const llvm::StringRef &name, IRExecutionUnit::AllocationKind alloc_kind) { in GetSectionTypeFromSectionName()
606 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in allocateCodeSection()
636 uint8_t *IRExecutionUnit::MemoryManager::allocateDataSection( in allocateDataSection()
667 void IRExecutionUnit::CollectCandidateCNames(std::vector<ConstString> &C_names, in CollectCandidateCNames()
674 void IRExecutionUnit::CollectCandidateCPlusPlusNames( in CollectCandidateCPlusPlusNames()
775 IRExecutionUnit::FindInSymbols(const std::vector<ConstString> &names, in FindInSymbols()
828 IRExecutionUnit::FindInRuntimes(const std::vector<ConstString> &names, in FindInRuntimes()
854 lldb::addr_t IRExecutionUnit::FindInUserDefinedSymbols( in FindInUserDefinedSymbols()
869 lldb::addr_t IRExecutionUnit::FindSymbol(lldb_private::ConstString name, in FindSymbol()
897 void IRExecutionUnit::GetStaticInitializers( in GetStaticInitializers()
947 IRExecutionUnit::MemoryManager::findSymbol(const std::string &Name) { in findSymbol()
959 IRExecutionUnit::MemoryManager::getSymbolAddress(const std::string &Name) { in getSymbolAddress()
965 IRExecutionUnit::MemoryManager::GetSymbolAddressAndPresence( in GetSymbolAddressAndPresence()
987 void *IRExecutionUnit::MemoryManager::getPointerToNamedFunction( in getPointerToNamedFunction()
993 IRExecutionUnit::GetRemoteAddressForLocal(lldb::addr_t local_address) { in GetRemoteAddressForLocal()
1021 IRExecutionUnit::AddrRange
1022 IRExecutionUnit::GetRemoteRangeForLocal(lldb::addr_t local_address) { in GetRemoteRangeForLocal()
1036 bool IRExecutionUnit::CommitOneAllocation(lldb::ProcessSP &process_sp, in CommitOneAllocation()
1078 bool IRExecutionUnit::CommitAllocations(lldb::ProcessSP &process_sp) { in CommitAllocations()
1103 void IRExecutionUnit::ReportAllocations(llvm::ExecutionEngine &engine) { in ReportAllocations()
1121 bool IRExecutionUnit::WriteData(lldb::ProcessSP &process_sp) { in WriteData()
1135 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
1146 lldb::ByteOrder IRExecutionUnit::GetByteOrder() const { in GetByteOrder()
1151 uint32_t IRExecutionUnit::GetAddressByteSize() const { in GetAddressByteSize()
1156 void IRExecutionUnit::PopulateSymtab(lldb_private::ObjectFile *obj_file, in PopulateSymtab()
1161 void IRExecutionUnit::PopulateSectionList( in PopulateSectionList()
1180 ArchSpec IRExecutionUnit::GetArchitecture() { in GetArchitecture()
1187 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule()