Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputFiles.h123 uint64_t calcExpectedValue(const WasmRelocation &reloc) const;
DInputChunks.cpp112 auto expectedValue = file->calcExpectedValue(rel); in verifyRelocTargets()
DInputFiles.cpp139 uint64_t ObjFile::calcExpectedValue(const WasmRelocation &reloc) const { in calcExpectedValue() function in lld::wasm::ObjFile