Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.cpp276 const uint8_t *secStart = file->codeSection->Content.data(); in calculateSize()
313 const uint8_t *secStart = file->codeSection->Content.data(); in writeCompressed()
H A DInputFiles.cpp451 assert(!codeSection); in parse()
452 codeSection = &section; in parse()
506 setRelocs(functions, codeSection); in parse()
H A DInputFiles.h129 const WasmSection *codeSection = nullptr; variable
H A DInputChunks.h259 file->codeSection->Content.slice(inputSectionOffset, function->Size); in InputFunction()