Home
last modified time | relevance | path

Searched refs:getSectionByName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1068 getSectionByName(StringRef Name) { in getSectionByName() function
1072 getSectionByName(StringRef Name) const { in getSectionByName() function
1080 auto Sections = getSectionByName(SectionName); in getUniqueSectionByName()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1958 auto NamedSections = getSectionByName(Name); in registerOrUpdateSection()