Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DOutputSegment.h19 class InputSegment; variable
25 void addInputSegment(InputSegment *inSeg) { in addInputSegment()
41 std::vector<InputSegment *> inputSegments;
DSymbolTable.h24 class InputSegment; variable
57 InputSegment *segment, uint64_t address,
DInputFiles.h32 class InputSegment; variable
138 std::vector<InputSegment *> segments;
DInputChunks.h95 class InputSegment : public InputChunk {
97 InputSegment(const WasmSegment &seg, ObjFile *f) in InputSegment() function
DSymbols.h33 class InputSegment; variable
276 InputSegment *segment, uint64_t offset, uint64_t size) in DefinedData()
295 InputSegment *segment = nullptr;
DOutputSections.cpp179 for (InputSegment *inputSeg : segment->inputSegments) { in finalizeContents()
DInputFiles.cpp385 auto* seg = make<InputSegment>(s, this); in parse()
471 InputSegment *seg = segments[sym.Info.DataRef.Segment]; in createDefined()
DWriter.cpp468 auto isTLS = [](InputSegment *segment) { in populateTargetFeatures()
803 for (InputSegment *segment : file->segments) { in createOutputSegments()
1046 for (const InputSegment *inSeg : seg->inputSegments) in createApplyRelocationsFunction()
DInputChunks.cpp355 void InputSegment::generateRelocationCode(raw_ostream &os) const { in generateRelocationCode()
DSyntheticSections.cpp516 for (const InputSegment *isec : inputSegments) in writeBody()
DSymbolTable.cpp341 InputFile *file, InputSegment *segment, in addDefinedData()