Searched refs:InputTag (Results 1 – 11 of 11) sorted by relevance
75 class InputTag : public InputElement {77 InputTag(const WasmSignature &s, const WasmTag &t, ObjFile *f) in InputTag() function
34 class InputTag; variable140 std::vector<InputTag *> tags;
36 class InputTag; variable462 DefinedTag(StringRef name, uint32_t flags, InputFile *file, InputTag *tag);466 InputTag *tag;
165 for (InputTag *t : obj->tags) in markLive()
254 void addTag(InputTag *tag);256 std::vector<InputTag *> inputTags;
61 InputTag *t);
516 tags.emplace_back(make<InputTag>(types[t.SigIndex], t, this)); in parse()617 InputTag *tag = tags[sym.Info.ElementIndex - wasmObj->getNumImportedTags()]; in createDefined()
375 InputTag *tag) in DefinedTag()
372 for (InputTag *t : inputTags) { in writeBody()378 void TagSection::addTag(InputTag *tag) { in addTag()
739 for (const InputTag *t : out.tagSec->inputTags) in calculateTypes()849 for (InputTag *tag : file->tags) in assignIndexes()
410 InputFile *file, InputTag *tag) { in addDefinedTag()