Searched refs:hasRelocations (Results 1 – 3 of 3) sorted by relevance
84 if (!hasRelocations()) { in emitAsData()
1118 if (!Section.hasRelocations() || !Section.hasSectionRef()) in emitDataSections()
310 bool hasRelocations() const { return !Relocations.empty(); } in hasRelocations() function