Searched defs:getNumRelocations (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/wasm/ | ||
H A D | OutputSections.cpp | 192 count += inputSeg->getNumRelocations(); in getNumRelocations() function in lld::wasm::DataSection |
H A D | OutputSections.h | 43 virtual uint32_t getNumRelocations() const { return 0; } in getNumRelocations() function |
H A D | InputChunks.h | 79 size_t getNumRelocations() const { return relocations.size(); } in getNumRelocations() function |