Searched defs:getNumRelocations (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/lld/wasm/ | ||
H A D | OutputSections.cpp | 87 uint32_t CodeSection::getNumRelocations() const { in getNumRelocations() function in lld::wasm::CodeSection |
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 |