Home
last modified time | relevance | path

Searched refs:hasSectionRef (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp171 (!hasSectionRef() || in ~BinarySection()
H A DBinaryEmitter.cpp1118 if (!Section.hasRelocations() || !Section.hasSectionRef()) in emitDataSections()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h273 bool hasSectionRef() const { return Section != SectionRef(); } in hasSectionRef() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3812 if (!Section.hasSectionRef()) in mapDataSections()