Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp580 switch (RelEntry.Type) { in getProvisionalValue()
598 return WasmIndices[RelEntry.Symbol]; in getProvisionalValue()
667 return TypeIndices[RelEntry.Symbol]; in getRelocationIndexValue()
670 return RelEntry.Symbol->getIndex(); in getRelocationIndexValue()
681 RelEntry.Offset; in applyRelocations()
686 switch (RelEntry.Type) { in applyRelocations()
951 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
954 W.OS << char(RelEntry.Type); in writeRelocSection()
957 if (RelEntry.hasAddend()) in writeRelocSection()
1497 HandleReloc(RelEntry); in writeObject()
[all …]