Searched defs:getNumRelocations (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/wasm/ | ||
D | OutputSections.cpp | 120 uint32_t CodeSection::getNumRelocations() const { in getNumRelocations() function in lld::wasm::CodeSection |
D | OutputSections.h | 46 virtual uint32_t getNumRelocations() const { return 0; } in getNumRelocations() function |
D | InputChunks.h | 56 size_t getNumRelocations() const { return relocations.size(); } in getNumRelocations() function |