Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
DChunks.h56 enum Kind : uint8_t { SectionKind, OtherKind, ImportThunkKind }; enumerator
494 : NonSectionChunk(ImportThunkKind), impSymbol(s), ctx(ctx) {} in ImportThunkChunk()
495 static bool classof(const Chunk *c) { return c->kind() == ImportThunkKind; } in classof()