Searched refs:RelEntry (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp354 uint64_t getProvisionalValue(const WasmRelocationEntry &RelEntry,
359 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);
640 // by RelEntry. This value isn't used by the static linker; it just serves
644 WasmObjectWriter::getProvisionalValue(const WasmRelocationEntry &RelEntry, argument
646 if ((RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_LEB ||
647 RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_I32) &&
648 !RelEntry.Symbol->isGlobal()) {
649 assert(GOTIndices.count(RelEntry.Symbol) > 0 && "symbol not found in GOT index space");
650 return GOTIndices[RelEntry.Symbol];
653 switch (RelEntry
755 getRelocationIndexValue(const WasmRelocationEntry &RelEntry) argument
[all...]

Completed in 115 milliseconds