Lines Matching refs:IRExecutionUnit
41 IRExecutionUnit::IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_up, in IRExecutionUnit() function in IRExecutionUnit
54 lldb::addr_t IRExecutionUnit::WriteNow(const uint8_t *bytes, size_t size, in WriteNow()
91 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow()
100 Status IRExecutionUnit::DisassembleFunction(Stream &stream, in DisassembleFunction()
226 void IRExecutionUnit::ReportSymbolLookupError(ConstString name) { in ReportSymbolLookupError()
230 void IRExecutionUnit::GetRunnableInfo(Status &error, lldb::addr_t &func_addr, in GetRunnableInfo()
490 IRExecutionUnit::~IRExecutionUnit() { in ~IRExecutionUnit()
496 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager()
499 IRExecutionUnit::MemoryManager::~MemoryManager() = default;
501 lldb::SectionType IRExecutionUnit::GetSectionTypeFromSectionName( in GetSectionTypeFromSectionName()
502 const llvm::StringRef &name, IRExecutionUnit::AllocationKind alloc_kind) { in GetSectionTypeFromSectionName()
594 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in allocateCodeSection()
624 uint8_t *IRExecutionUnit::MemoryManager::allocateDataSection( in allocateDataSection()
701 struct IRExecutionUnit::SearchSpec {
710 void IRExecutionUnit::CollectCandidateCNames( in CollectCandidateCNames()
711 std::vector<IRExecutionUnit::SearchSpec> &C_specs, in CollectCandidateCNames()
718 void IRExecutionUnit::CollectCandidateCPlusPlusNames( in CollectCandidateCPlusPlusNames()
719 std::vector<IRExecutionUnit::SearchSpec> &CPP_specs, in CollectCandidateCPlusPlusNames()
744 void IRExecutionUnit::CollectFallbackNames( in CollectFallbackNames()
772 lldb::addr_t IRExecutionUnit::FindInSymbols( in FindInSymbols()
773 const std::vector<IRExecutionUnit::SearchSpec> &specs, in FindInSymbols()
905 IRExecutionUnit::FindInRuntimes(const std::vector<SearchSpec> &specs, in FindInRuntimes()
931 lldb::addr_t IRExecutionUnit::FindInUserDefinedSymbols( in FindInUserDefinedSymbols()
947 IRExecutionUnit::FindSymbol(lldb_private::ConstString name, bool &missing_weak) { in FindSymbol()
982 void IRExecutionUnit::GetStaticInitializers( in GetStaticInitializers()
1032 IRExecutionUnit::MemoryManager::findSymbol(const std::string &Name) { in findSymbol()
1044 IRExecutionUnit::MemoryManager::getSymbolAddress(const std::string &Name) { in getSymbolAddress()
1050 IRExecutionUnit::MemoryManager::GetSymbolAddressAndPresence( in GetSymbolAddressAndPresence()
1072 void *IRExecutionUnit::MemoryManager::getPointerToNamedFunction( in getPointerToNamedFunction()
1078 IRExecutionUnit::GetRemoteAddressForLocal(lldb::addr_t local_address) { in GetRemoteAddressForLocal()
1106 IRExecutionUnit::AddrRange
1107 IRExecutionUnit::GetRemoteRangeForLocal(lldb::addr_t local_address) { in GetRemoteRangeForLocal()
1121 bool IRExecutionUnit::CommitOneAllocation(lldb::ProcessSP &process_sp, in CommitOneAllocation()
1163 bool IRExecutionUnit::CommitAllocations(lldb::ProcessSP &process_sp) { in CommitAllocations()
1188 void IRExecutionUnit::ReportAllocations(llvm::ExecutionEngine &engine) { in ReportAllocations()
1206 bool IRExecutionUnit::WriteData(lldb::ProcessSP &process_sp) { in WriteData()
1220 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
1231 lldb::ByteOrder IRExecutionUnit::GetByteOrder() const { in GetByteOrder()
1236 uint32_t IRExecutionUnit::GetAddressByteSize() const { in GetAddressByteSize()
1241 void IRExecutionUnit::PopulateSymtab(lldb_private::ObjectFile *obj_file, in PopulateSymtab()
1246 void IRExecutionUnit::PopulateSectionList( in PopulateSectionList()
1265 ArchSpec IRExecutionUnit::GetArchitecture() { in GetArchitecture()
1272 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule()