Searched refs:DefinedTag (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Symbols.cpp | 149 if (auto *t = dyn_cast<DefinedTag>(this)) in isLive() 165 if (auto *t = dyn_cast<DefinedTag>(this)) in markLive() 363 if (auto *f = dyn_cast<DefinedTag>(this)) in getTagIndex() 376 if (auto *f = dyn_cast<DefinedTag>(this)) in hasTagIndex() 381 DefinedTag::DefinedTag(StringRef name, uint32_t flags, InputFile *file, in DefinedTag() function in lld::wasm::DefinedTag
|
| H A D | Symbols.h | 467 class DefinedTag : public TagSymbol { 469 DefinedTag(StringRef name, uint32_t flags, InputFile *file, InputTag *tag); 630 alignas(DefinedTag) char d[sizeof(DefinedTag)];
|
| H A D | InputFiles.cpp | 621 return make<DefinedTag>(name, flags, this, tag); in createDefined()
|
| H A D | SymbolTable.cpp | 426 replaceSymbol<DefinedTag>(s, name, flags, file, tag); in addDefinedTag()
|
| H A D | Writer.cpp | 707 } else if (auto *t = dyn_cast<DefinedTag>(sym)) { in calculateExports()
|