Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.cpp287 const uint8_t *secStart = file->codeSection->Content.data(); in calculateSize()
326 const uint8_t *secStart = file->codeSection->Content.data(); in writeTo()
DInputFiles.cpp357 assert(!codeSection); in parse()
358 codeSection = &section; in parse()
402 setRelocs(functions, codeSection); in parse()
DInputFiles.h128 const WasmSection *codeSection = nullptr; variable
DInputChunks.h176 return file->codeSection->Content.slice(getInputSectionOffset(), in data()