Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderData.cpp380 BD->setOutputLocation(OutputSection, Offset); in setSectionOrder()
390 SubBD.second->setOutputLocation(OutputSection, SubOffset); in setSectionOrder()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryData.h180 void setOutputLocation(BinarySection &NewSection, uint64_t NewOffset) { in setOutputLocation() function