Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputElement.h76 class InputTag : public InputElement {
78 InputTag(const WasmSignature &s, const WasmTag &t, ObjFile *f) in InputTag() function
H A DInputFiles.h35 class InputTag; variable
142 std::vector<InputTag *> tags;
H A DSymbols.h39 class InputTag; variable
469 DefinedTag(StringRef name, uint32_t flags, InputFile *file, InputTag *tag);
473 InputTag *tag;
H A DMarkLive.cpp165 for (InputTag *t : obj->tags) in markLive()
H A DSyntheticSections.h255 void addTag(InputTag *tag);
257 std::vector<InputTag *> inputTags;
H A DSymbolTable.h61 InputTag *t);
H A DInputFiles.cpp518 tags.emplace_back(make<InputTag>(types[t.SigIndex], t, this)); in parse()
619 InputTag *tag = tags[sym.Info.ElementIndex - wasmObj->getNumImportedTags()]; in createDefined()
H A DSymbols.cpp382 InputTag *tag) in DefinedTag()
H A DSyntheticSections.cpp374 for (InputTag *t : inputTags) { in writeBody()
380 void TagSection::addTag(InputTag *tag) { in addTag()
H A DWriter.cpp764 for (const InputTag *t : out.tagSec->inputTags) in calculateTypes()
874 for (InputTag *tag : file->tags) in assignIndexes()
H A DSymbolTable.cpp418 InputFile *file, InputTag *tag) { in addDefinedTag()