Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp354 uint64_t getProvisionalValue(const WasmRelocationEntry &RelEntry,
359 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);
644 WasmObjectWriter::getProvisionalValue(const WasmRelocationEntry &RelEntry, in getProvisionalValue() argument
646 if ((RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_LEB || in getProvisionalValue()
647 RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_I32) && in getProvisionalValue()
648 !RelEntry.Symbol->isGlobal()) { in getProvisionalValue()
649 assert(GOTIndices.count(RelEntry.Symbol) > 0 && "symbol not found in GOT index space"); in getProvisionalValue()
650 return GOTIndices[RelEntry.Symbol]; in getProvisionalValue()
653 switch (RelEntry.Type) { in getProvisionalValue()
662 cast<MCSymbolWasm>(Layout.getBaseSymbol(*RelEntry.Symbol)); in getProvisionalValue()
[all …]