Lines Matching refs:SectionName
345 StringRef SectionName; in evalStubAddr() local
346 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr); in evalStubAddr()
364 FileName, SectionName, Symbol, PCtx.IsInsideLoad); in evalStubAddr()
390 StringRef SectionName; in evalSectionAddr() local
391 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr); in evalSectionAddr()
401 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()
759 StringRef SectionName) const { in findSectionAddrInfo()
780 auto SectionInfoItr = SectionMapItr->second.find(SectionName); in findSectionAddrInfo()
783 ("Section '" + SectionName + "' not found in file '" + 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()
868 StringRef SectionName = Section.getName(); in registerSection() local
870 Stubs[FileName][SectionName].SectionID = SectionID; in registerSection()
878 StringRef SectionName = Section.getName(); 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()