Searched refs:getImageSize (Results 1 – 4 of 4) sorted by relevance
575 if (!opts::Instrument && (Function.getImageSize() > Function.getMaxSize())) in rewriteFile()580 Function.getImageSize(), Function.getFileOffset()); in rewriteFile()585 Function->getImageSize(), Function->getFileOffset()); in rewriteFile()
3704 if (Function.getImageSize() > Function.getMaxSize()) { in mapCodeSections()3753 NextAvailableAddress += ColdPart.getImageSize(); in mapCodeSections()4523 NewColdSym.st_size = Function.cold().getImageSize(); in updateELFSymbolTable()4648 OutputAddress < Function->cold().getImageSize() in updateELFSymbolTable()4753 NewColdSym.st_size = Function->cold().getImageSize(); in updateELFSymbolTable()5259 if (Function->getImageSize() > Function->getMaxSize()) { in rewriteFile()5262 << Twine::utohexstr(Function->getImageSize()) in rewriteFile()5280 Function->cold().getImageSize() == 0)) in rewriteFile()5289 Function->getImageSize(), Function->getFileOffset()); in rewriteFile()5294 OS.seek(Function->getFileOffset() + Function->getImageSize()); in rewriteFile()[all …]
1800 uint64_t getImageSize() const { return ImageSize; } in getImageSize() function2300 uint64_t getImageSize() const { return ImageSize; } in getImageSize() function
4121 ? cold().getAddress() + cold().getImageSize() in updateOutputValues()4139 cold().getAddress() + cold().getImageSize()); in getOutputAddressRanges()