Home
last modified time | relevance | path

Searched refs:InputSegment (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSegment.h19 class InputSegment; variable
H A DInputChunks.h130 class InputSegment : public InputChunk {
132 InputSegment(const WasmSegment &seg, ObjFile *f) in InputSegment() function
H A DSymbolTable.h24 class InputSegment; variable
H A DInputFiles.h33 class InputSegment; variable
H A DInputFiles.cpp186 const auto *segment = cast<InputSegment>(chunk); in calcNewValue()
484 seg = make<InputSegment>(s, this); in parse()
H A DSymbols.h36 class InputSegment; variable