Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DChunks.h57 enum Kind : uint8_t { SectionKind, OtherKind, ImportThunkKind }; enumerator
466 : NonSectionChunk(ImportThunkKind), impSymbol(s) {} in ImportThunkChunk()
467 static bool classof(const Chunk *c) { return c->kind() == ImportThunkKind; } in classof()