Lines Matching refs:FileName
333 StringRef FileName; in evalStubAddr() local
335 FileName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalStubAddr()
362 FileName, SectionName, Symbol, PCtx.IsInsideLoad); in evalStubAddr()
378 StringRef FileName; in evalSectionAddr() local
380 FileName = RemainingExpr.substr(0, ComaIdx).rtrim(); in evalSectionAddr()
399 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()
756 RuntimeDyldCheckerImpl::findSectionAddrInfo(StringRef FileName, in findSectionAddrInfo() argument
759 auto SectionMapItr = Stubs.find(FileName); in findSectionAddrInfo()
762 ErrorMsg += FileName; in findSectionAddrInfo()
782 FileName + "'\n").str()); in findSectionAddrInfo()
788 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr() argument
794 findSectionAddrInfo(FileName, SectionName); in getSectionAddr()
812 StringRef FileName, StringRef SectionName, StringRef SymbolName, in getStubAddrFor() argument
819 findSectionAddrInfo(FileName, SectionName); in getStubAddrFor()
865 StringRef FileName = sys::path::filename(FilePath); in registerSection() local
869 Stubs[FileName][SectionName].SectionID = SectionID; in registerSection()
875 StringRef FileName = sys::path::filename(FilePath); in registerStubMap() local
879 Stubs[FileName][SectionName].SectionID = SectionID; in registerStubMap()
901 Stubs[FileName][SectionName].StubOffsets[SymbolName] = in registerStubMap()
933 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() argument
935 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()