Searched refs:InputTag (Results 1 – 11 of 11) sorted by relevance
76 class InputTag : public InputElement {78 InputTag(const WasmSignature &s, const WasmTag &t, ObjFile *f) in InputTag() function
35 class InputTag; variable142 std::vector<InputTag *> tags;
39 class InputTag; variable469 DefinedTag(StringRef name, uint32_t flags, InputFile *file, InputTag *tag);473 InputTag *tag;
165 for (InputTag *t : obj->tags) in markLive()
255 void addTag(InputTag *tag);257 std::vector<InputTag *> inputTags;
61 InputTag *t);
518 tags.emplace_back(make<InputTag>(types[t.SigIndex], t, this)); in parse()619 InputTag *tag = tags[sym.Info.ElementIndex - wasmObj->getNumImportedTags()]; in createDefined()
382 InputTag *tag) in DefinedTag()
374 for (InputTag *t : inputTags) { in writeBody()380 void TagSection::addTag(InputTag *tag) { in addTag()
764 for (const InputTag *t : out.tagSec->inputTags) in calculateTypes()874 for (InputTag *tag : file->tags) in assignIndexes()
418 InputFile *file, InputTag *tag) { in addDefinedTag()