Searched refs:RelEntry (Results 1 – 1 of 1) sorted by relevance
350 const WasmRelocationEntry &RelEntry);354 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);618 const WasmRelocationEntry &RelEntry) { in getProvisionalValue() argument619 if ((RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_LEB || in getProvisionalValue()620 RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_I32) && in getProvisionalValue()621 !RelEntry.Symbol->isGlobal()) { in getProvisionalValue()622 assert(GOTIndices.count(RelEntry.Symbol) > 0 && "symbol not found in GOT index space"); in getProvisionalValue()623 return GOTIndices[RelEntry.Symbol]; in getProvisionalValue()626 switch (RelEntry.Type) { in getProvisionalValue()635 cast<MCSymbolWasm>(Asm.getBaseSymbol(*RelEntry.Symbol)); in getProvisionalValue()[all …]