• Home
  • Raw
  • Download

Lines Matching refs:FileName

335     StringRef FileName;  in evalStubAddr()  local
337 FileName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalStubAddr()
364 FileName, SectionName, Symbol, PCtx.IsInsideLoad); in evalStubAddr()
380 StringRef FileName; in evalSectionAddr() local
382 FileName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalSectionAddr()
401 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()
758 RuntimeDyldCheckerImpl::findSectionAddrInfo(StringRef FileName, in findSectionAddrInfo() argument
761 auto SectionMapItr = Stubs.find(FileName); in findSectionAddrInfo()
764 ErrorMsg += FileName; in findSectionAddrInfo()
784 FileName + "'\n").str()); in findSectionAddrInfo()
790 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr() argument
796 findSectionAddrInfo(FileName, SectionName); in getSectionAddr()
813 StringRef FileName, StringRef SectionName, StringRef SymbolName, in getStubAddrFor() argument
820 findSectionAddrInfo(FileName, SectionName); in getStubAddrFor()
866 StringRef FileName = sys::path::filename(FilePath); in registerSection() local
870 Stubs[FileName][SectionName].SectionID = SectionID; in registerSection()
876 StringRef FileName = sys::path::filename(FilePath); in registerStubMap() local
880 Stubs[FileName][SectionName].SectionID = SectionID; in registerStubMap()
902 Stubs[FileName][SectionName].StubOffsets[SymbolName] = in registerStubMap()
934 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() argument
936 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()