Searched defs:getNumRelocations (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lld/wasm/
H A DOutputSections.cpp87 uint32_t CodeSection::getNumRelocations() const { function in class:lld::wasm::CodeSection
192 uint32_t DataSection::getNumRelocations() const { function in class:lld::wasm::DataSection
277 uint32_t CustomSection::getNumRelocations() const { function in class:lld::wasm::CustomSection
H A DOutputSections.h43 virtual uint32_t getNumRelocations() const { return 0; } function in class:lld::wasm::OutputSection
H A DInputChunks.h79 size_t getNumRelocations() const { return relocations.size(); } function in class:lld::wasm::InputChunk

Completed in 128 milliseconds