Home
last modified time | relevance | path

Searched refs:hasRelocations (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp84 if (!hasRelocations()) { in emitAsData()
H A DBinaryEmitter.cpp1118 if (!Section.hasRelocations() || !Section.hasSectionRef()) in emitDataSections()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h310 bool hasRelocations() const { return !Relocations.empty(); } in hasRelocations() function