Home
last modified time | relevance | path

Searched refs:calcNewIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/wasm/
DInputFiles.h120 uint32_t calcNewIndex(const WasmRelocation &reloc) const;
DInputChunks.cpp204 writeUleb128(os, file->calcNewIndex(rel), "reloc index"); in writeRelocations()
DInputFiles.cpp103 uint32_t ObjFile::calcNewIndex(const WasmRelocation &reloc) const { in calcNewIndex() function in lld::wasm::ObjFile