Lines Matching refs:SectionName
347 StringRef SectionName; in evalStubAddr() local
348 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr); in evalStubAddr()
366 FileName, SectionName, Symbol, PCtx.IsInsideLoad); in evalStubAddr()
392 StringRef SectionName; in evalSectionAddr() local
393 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr); in evalSectionAddr()
403 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()
797 StringRef SectionName) const { in findSectionAddrInfo()
818 auto SectionInfoItr = SectionMapItr->second.find(SectionName); in findSectionAddrInfo()
821 ("Section '" + SectionName + "' not found in file '" + 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()
915 StringRef SectionName = Section.getName(); in registerSection() local
917 Stubs[FileName][SectionName].SectionID = SectionID; in registerSection()
925 StringRef SectionName = Section.getName(); 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()