Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DChunks.h116 bool isHotPatchable() const;
686 inline bool Chunk::isHotPatchable() const { in isHotPatchable() function
H A DWriter.cpp1304 if (padding && c->isHotPatchable()) in assignAddresses()