Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DChunks.h117 bool isHotPatchable() const;
663 inline bool Chunk::isHotPatchable() const { in isHotPatchable() function
DWriter.cpp1296 if (padding && c->isHotPatchable()) in assignAddresses()