Home
last modified time | relevance | path

Searched refs:getOutputSize (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp422 Function->setImageSize(FuncSection->getOutputSize()); in mapCodeSections()
445 Function->setImageSize(FuncSection->getOutputSize()); in mapCodeSections()
447 Addr += FuncSection->getOutputSize(); in mapCodeSections()
557 assert(Section->getOutputSize() && "Section output size cannot be zero"); in writeInstrumentationSection()
559 Section->getOutputSize(), Section->getInputFileOffset()); in writeInstrumentationSection()
H A DRewriteInstance.cpp3625 Address += Section->getOutputSize(); in mapCodeSections()
3807 NextAvailableAddress += Section->getOutputSize(); in mapDataSections()
3852 NextAvailableAddress += Section.getOutputSize(); in mapExtraSections()
4058 Size += BSec->getOutputSize(); in rewriteNoteSections()
4100 NextAvailableOffset += Section.getOutputSize(); in rewriteNoteSections()
4259 NewSection.sh_size = Section.getOutputSize(); in getOutputSections()
4321 NewSection.sh_size = BSec->getOutputSize(); in getOutputSections()
4344 NewSection.sh_size = Section.getOutputSize(); in getOutputSections()
4510 ICFSymbol.st_size = ICFParent->getOutputSize(); in updateELFSymbolTable()
4620 NewSymbol.st_size = Function->getOutputSize(); in updateELFSymbolTable()
[all …]
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp182 << Twine::utohexstr(getOutputAddress()) << ", " << getOutputSize() << ")" in print()
246 OS.write(&Src[SrcOffset], BD->getOutputSize()); in reorderContents()
H A DBinaryFunction.cpp4113 PrevBBEndAddress = getOutputAddress() + getOutputSize(); in updateOutputValues()
4122 : getOutputAddress() + getOutputSize()); in updateOutputValues()
4135 getOutputAddress() + getOutputSize()); in getOutputAddressRanges()
4149 Frag->getOutputAddress() + Frag->getOutputSize()); in getOutputAddressRanges()
4179 return getOutputAddress() + getOutputSize(); in translateInputToOutputAddress()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryData.h136 uint64_t getOutputSize() const { return Size; } in getOutputSize() function
H A DBinarySection.h390 uint64_t getOutputSize() const { return OutputSize; } in getOutputSize() function
H A DBinaryBasicBlock.h847 uint64_t getOutputSize() const { in getOutputSize() function
H A DBinaryFunction.h1051 uint64_t getOutputSize() const { return OutputSize; } in getOutputSize() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DCacheMetrics.cpp50 BBSize[&BB] = BB.getOutputSize(); in extractBasicBlockInfo()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp757 getI64Values(adaptor.getOutputSize(), newShape); in inferReturnTypeComponents()