Lines Matching refs:IRExecutionUnit

44 IRExecutionUnit::IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_up,  in IRExecutionUnit()  function in IRExecutionUnit
57 lldb::addr_t IRExecutionUnit::WriteNow(const uint8_t *bytes, size_t size, in WriteNow()
93 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow()
102 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()
504 IRExecutionUnit::~IRExecutionUnit() { in ~IRExecutionUnit()
510 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager()
513 IRExecutionUnit::MemoryManager::~MemoryManager() = default;
515 lldb::SectionType IRExecutionUnit::GetSectionTypeFromSectionName( in GetSectionTypeFromSectionName()
516 const llvm::StringRef &name, IRExecutionUnit::AllocationKind alloc_kind) { in GetSectionTypeFromSectionName()
608 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in allocateCodeSection()
638 uint8_t *IRExecutionUnit::MemoryManager::allocateDataSection( in allocateDataSection()
669 void IRExecutionUnit::CollectCandidateCNames(std::vector<ConstString> &C_names, in CollectCandidateCNames()
676 void IRExecutionUnit::CollectCandidateCPlusPlusNames( in CollectCandidateCPlusPlusNames()
777 IRExecutionUnit::FindInSymbols(const std::vector<ConstString> &names, in FindInSymbols()
830 IRExecutionUnit::FindInRuntimes(const std::vector<ConstString> &names, in FindInRuntimes()
856 lldb::addr_t IRExecutionUnit::FindInUserDefinedSymbols( in FindInUserDefinedSymbols()
871 lldb::addr_t IRExecutionUnit::FindSymbol(lldb_private::ConstString name, in FindSymbol()
899 void IRExecutionUnit::GetStaticInitializers( in GetStaticInitializers()
949 IRExecutionUnit::MemoryManager::findSymbol(const std::string &Name) { in findSymbol()
961 IRExecutionUnit::MemoryManager::getSymbolAddress(const std::string &Name) { in getSymbolAddress()
967 IRExecutionUnit::MemoryManager::GetSymbolAddressAndPresence( in GetSymbolAddressAndPresence()
989 void *IRExecutionUnit::MemoryManager::getPointerToNamedFunction( in getPointerToNamedFunction()
995 IRExecutionUnit::GetRemoteAddressForLocal(lldb::addr_t local_address) { in GetRemoteAddressForLocal()
1023 IRExecutionUnit::AddrRange
1024 IRExecutionUnit::GetRemoteRangeForLocal(lldb::addr_t local_address) { in GetRemoteRangeForLocal()
1038 bool IRExecutionUnit::CommitOneAllocation(lldb::ProcessSP &process_sp, in CommitOneAllocation()
1080 bool IRExecutionUnit::CommitAllocations(lldb::ProcessSP &process_sp) { in CommitAllocations()
1105 void IRExecutionUnit::ReportAllocations(llvm::ExecutionEngine &engine) { in ReportAllocations()
1123 bool IRExecutionUnit::WriteData(lldb::ProcessSP &process_sp) { in WriteData()
1137 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
1148 lldb::ByteOrder IRExecutionUnit::GetByteOrder() const { in GetByteOrder()
1153 uint32_t IRExecutionUnit::GetAddressByteSize() const { in GetAddressByteSize()
1158 void IRExecutionUnit::PopulateSymtab(lldb_private::ObjectFile *obj_file, in PopulateSymtab()
1163 void IRExecutionUnit::PopulateSectionList( in PopulateSectionList()
1182 ArchSpec IRExecutionUnit::GetArchitecture() { in GetArchitecture()
1189 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule()