Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSections.h43 virtual uint32_t getNumRelocations() const { return 0; } in getNumRelocations() function
67 uint32_t getNumRelocations() const override;
90 uint32_t getNumRelocations() const override;
123 uint32_t getNumRelocations() const override;
H A DOutputSections.cpp87 uint32_t CodeSection::getNumRelocations() const { in getNumRelocations() function in lld::wasm::CodeSection
90 count += func->getNumRelocations(); in getNumRelocations()
192 uint32_t DataSection::getNumRelocations() const { in getNumRelocations() function in lld::wasm::DataSection
196 count += inputSeg->getNumRelocations(); in getNumRelocations()
277 uint32_t CustomSection::getNumRelocations() const { in getNumRelocations() function in lld::wasm::CustomSection
280 count += inputSect->getNumRelocations(); in getNumRelocations()
H A DInputChunks.h79 size_t getNumRelocations() const { return relocations.size(); } in getNumRelocations() function
H A DSyntheticSections.h426 bool isNeeded() const override { return sec->getNumRelocations() > 0; };
H A DSyntheticSections.cpp884 uint32_t count = sec->getNumRelocations(); in writeBody()
H A DWriter.cpp183 uint32_t count = sec->getNumRelocations(); in createRelocSections()