Home
last modified time | relevance | path

Searched refs:getNumRelocations (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lld/wasm/
DOutputSections.cpp120 uint32_t CodeSection::getNumRelocations() const { in getNumRelocations() function in lld::wasm::CodeSection
123 count += func->getNumRelocations(); in getNumRelocations()
214 uint32_t DataSection::getNumRelocations() const { in getNumRelocations() function in lld::wasm::DataSection
218 count += inputSeg->getNumRelocations(); in getNumRelocations()
268 uint32_t CustomSection::getNumRelocations() const { in getNumRelocations() function in lld::wasm::CustomSection
271 count += inputSect->getNumRelocations(); in getNumRelocations()
DOutputSections.h46 virtual uint32_t getNumRelocations() const { return 0; } in getNumRelocations() function
70 uint32_t getNumRelocations() const override;
93 uint32_t getNumRelocations() const override;
126 uint32_t getNumRelocations() const override;
DInputChunks.h56 size_t getNumRelocations() const { return relocations.size(); } in getNumRelocations() function
DSyntheticSections.h346 bool isNeeded() const override { return sec->getNumRelocations() > 0; }; in isNeeded()
DSyntheticSections.cpp666 uint32_t count = sec->getNumRelocations(); in writeBody()
DWriter.cpp169 uint32_t count = sec->getNumRelocations(); in createRelocSections()