Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h152 uint32_t CodeSectionOffset; member
/openbsd/gnu/llvm/lld/wasm/
H A DInputChunks.h257 inputSectionOffset = function->CodeSectionOffset; in InputFunction()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1411 Function.CodeSectionOffset = FunctionStart - Ctx.Start; in parseCodeSection()
1603 return getDefinedFunction(Sym.Info.ElementIndex).CodeSectionOffset; in getSymbolAddress()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp899 uint64_t Address = Function.CodeSectionOffset; in addMissingWasmCodeSymbols()