Home
last modified time | relevance | path

Searched refs:getInputSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/wasm/
DInputChunks.h43 virtual uint32_t getInputSize() const { return getSize(); }; in getInputSize() function
154 uint32_t getInputSize() const override { return function->Size; } in getInputSize() function
DInputFiles.cpp301 relocsStart, relocsEnd, c->getInputSectionOffset() + c->getInputSize(), in setRelocs()