Home
last modified time | relevance | path

Searched defs:ImportKey (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.h105 template <typename T> struct ImportKey { struct
116 ImportKey(T type) : type(type), state(State::Plain) {} in ImportKey() argument
117 ImportKey(T type, State state) : type(type), state(state) {} in ImportKey() argument
118 ImportKey(T type, std::optional<StringRef> importModule, in ImportKey() function