Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DWriterUtils.cpp236 void writeExport(raw_ostream &os, const WasmExport &export_) { in writeExport()
DSyntheticSections.cpp370 for (const WasmExport &export_ : exports) in writeBody() local
DWriter.cpp611 WasmExport export_; in calculateExports() local
/external/llvm-project/lld/MachO/
DSyntheticSections.h39 constexpr const char export_[] = "__export"; variable