Lines Matching refs:FileName

337     StringRef FileName;  in evalStubAddr()  local
339 FileName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalStubAddr()
366 FileName, SectionName, Symbol, PCtx.IsInsideLoad); in evalStubAddr()
382 StringRef FileName; in evalSectionAddr() local
384 FileName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalSectionAddr()
403 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()
796 RuntimeDyldCheckerImpl::findSectionAddrInfo(StringRef FileName, in findSectionAddrInfo() argument
799 auto SectionMapItr = Stubs.find(FileName); in findSectionAddrInfo()
802 ErrorMsg += FileName; in findSectionAddrInfo()
822 FileName + "'\n").str()); in findSectionAddrInfo()
828 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr() argument
834 findSectionAddrInfo(FileName, SectionName); in getSectionAddr()
851 StringRef FileName, StringRef SectionName, StringRef SymbolName, in getStubAddrFor() argument
858 findSectionAddrInfo(FileName, SectionName); in getStubAddrFor()
913 StringRef FileName = sys::path::filename(FilePath); in registerSection() local
917 Stubs[FileName][SectionName].SectionID = SectionID; in registerSection()
923 StringRef FileName = sys::path::filename(FilePath); in registerStubMap() local
927 Stubs[FileName][SectionName].SectionID = SectionID; in registerStubMap()
949 Stubs[FileName][SectionName].StubOffsets[SymbolName] = in registerStubMap()
981 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() argument
983 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()