Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.h146 uint32_t getFunctionCodeOffset() const { return function->CodeOffset; } in getFunctionCodeOffset() function
DInputFiles.cpp180 return f->getFunctionInputOffset() + f->getFunctionCodeOffset() + in calcExpectedValue()
268 (f->function->getFunctionCodeOffset() + reloc.Addend); in calcNewValue()