Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DWriterUtils.cpp237 void writeExport(raw_ostream &os, const WasmExport &export_) { in writeExport()
H A DSyntheticSections.cpp532 for (const WasmExport &export_ : exports) in writeBody() local
H A DWriter.cpp690 WasmExport export_; in calculateExports() local
/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.h318 constexpr const char export_[] = "__export"; variable