Searched refs:DefinedTag (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | Symbols.cpp | 146 if (auto *t = dyn_cast<DefinedTag>(this)) in isLive() 162 if (auto *t = dyn_cast<DefinedTag>(this)) in markLive() 356 if (auto *f = dyn_cast<DefinedTag>(this)) in getTagIndex() 369 if (auto *f = dyn_cast<DefinedTag>(this)) in hasTagIndex() 374 DefinedTag::DefinedTag(StringRef name, uint32_t flags, InputFile *file, in DefinedTag() function in lld::wasm::DefinedTag
|
| H A D | Symbols.h | 460 class DefinedTag : public TagSymbol { 462 DefinedTag(StringRef name, uint32_t flags, InputFile *file, InputTag *tag); 620 alignas(DefinedTag) char d[sizeof(DefinedTag)];
|
| H A D | InputFiles.cpp | 619 return make<DefinedTag>(name, flags, this, tag); in createDefined()
|
| H A D | SymbolTable.cpp | 418 replaceSymbol<DefinedTag>(s, name, flags, file, tag); in addDefinedTag()
|
| H A D | Writer.cpp | 682 } else if (auto *t = dyn_cast<DefinedTag>(sym)) { in calculateExports()
|