Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/RuntimeLibs/
H A DHugifyRuntimeLibrary.h25 void addRuntimeLibSections(std::vector<std::string> &SecNames) const final { in addRuntimeLibSections() function
H A DInstrumentationRuntimeLibrary.h30 void addRuntimeLibSections(std::vector<std::string> &SecNames) const final { in addRuntimeLibSections() function
H A DRuntimeLibrary.h44 addRuntimeLibSections(std::vector<std::string> &SecNames) const = 0;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3786 RtLibrary->addRuntimeLibSections(Sections); in mapDataSections()