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()111 bool StubFileInfo::Load() in Load()153 const std::vector<ElfSecName> &StubFileInfo::GetDumpSectionNames() in GetDumpSectionNames()166 void StubFileInfo::Dump() const in Dump()
36 std::shared_ptr<StubFileInfo> SafeGetStubFileInfo();82 std::shared_ptr<StubFileInfo> loadedStub_ {nullptr};
99 loadedStub_ = std::make_shared<StubFileInfo>(StubFileInfo()); in UnsafeLoadFromStub()146 std::shared_ptr<StubFileInfo> AnFileDataManager::SafeGetStubFileInfo() in SafeGetStubFileInfo()
170 friend class StubFileInfo; variable
35 void CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubInfo,241 StubFileInfo stubInfo_;
67 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubIn… in CollectFuncEntryInfo()