Searched refs:RelEntry (Results 1 – 1 of 1) sorted by relevance
320 uint32_t getProvisionalValue(const WasmRelocationEntry &RelEntry);324 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);571 WasmObjectWriter::getProvisionalValue(const WasmRelocationEntry &RelEntry) { in getProvisionalValue() argument572 switch (RelEntry.Type) { in getProvisionalValue()576 const MCSymbolWasm *Sym = ResolveSymbol(*RelEntry.Symbol); in getProvisionalValue()582 return getRelocationIndexValue(RelEntry); in getProvisionalValue()586 if (!WasmIndices.count(RelEntry.Symbol)) in getProvisionalValue()588 RelEntry.Symbol->getName()); in getProvisionalValue()589 return WasmIndices[RelEntry.Symbol]; in getProvisionalValue()593 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()[all …]