Searched refs:RelEntry (Results 1 – 1 of 1) sorted by relevance
352 const WasmRelocationEntry &RelEntry);356 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);640 const WasmRelocationEntry &RelEntry) { in getProvisionalValue() argument641 if ((RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_LEB || in getProvisionalValue()642 RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_I32) && in getProvisionalValue()643 !RelEntry.Symbol->isGlobal()) { in getProvisionalValue()644 assert(GOTIndices.count(RelEntry.Symbol) > 0 && "symbol not found in GOT index space"); in getProvisionalValue()645 return GOTIndices[RelEntry.Symbol]; in getProvisionalValue()648 switch (RelEntry.Type) { in getProvisionalValue()657 cast<MCSymbolWasm>(Asm.getBaseSymbol(*RelEntry.Symbol)); in getProvisionalValue()[all …]