Searched refs:RelEntry (Results 1 – 1 of 1) sorted by relevance
333 uint64_t getProvisionalValue(const WasmRelocationEntry &RelEntry,338 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);583 WasmObjectWriter::getProvisionalValue(const WasmRelocationEntry &RelEntry, in getProvisionalValue() argument585 if ((RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_LEB || in getProvisionalValue()586 RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_I32) && in getProvisionalValue()587 !RelEntry.Symbol->isGlobal()) { in getProvisionalValue()588 assert(GOTIndices.count(RelEntry.Symbol) > 0 && "symbol not found in GOT index space"); in getProvisionalValue()589 return GOTIndices[RelEntry.Symbol]; in getProvisionalValue()592 switch (RelEntry.Type) { in getProvisionalValue()601 cast<MCSymbolWasm>(Layout.getBaseSymbol(*RelEntry.Symbol)); in getProvisionalValue()[all …]