Searched refs:StubFileInfo (Results 1 – 7 of 7) sorted by relevance
21 class PUBLIC_API StubFileInfo : public AOTFileInfo {23 StubFileInfo() = default;24 ~StubFileInfo() override = default;
28 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save()59 bool StubFileInfo::MmapLoad() in MmapLoad()116 bool StubFileInfo::Load() in Load()158 const std::vector<ElfSecName> &StubFileInfo::GetDumpSectionNames() in GetDumpSectionNames()173 void StubFileInfo::Dump() const in Dump()
36 std::shared_ptr<StubFileInfo> SafeGetStubFileInfo();83 std::shared_ptr<StubFileInfo> loadedStub_ {nullptr};
99 loadedStub_ = std::make_shared<StubFileInfo>(StubFileInfo()); in UnsafeLoadFromStub()150 std::shared_ptr<StubFileInfo> AnFileDataManager::SafeGetStubFileInfo() in SafeGetStubFileInfo()
204 friend class StubFileInfo; variable
39 void CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubInfo,267 StubFileInfo stubInfo_;
81 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubIn… in CollectFuncEntryInfo()