Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DWriterUtils.cpp242 void writeExport(raw_ostream &os, const WasmExport &export_) { in writeExport()
H A DSyntheticSections.cpp546 for (const WasmExport &export_ : exports) writeBody() local
H A DWriter.cpp798 WasmExport export_; calculateExports() local
/llvm-project/lld/MachO/
H A DInputSection.h330 constexpr const char export_[] = "__export"; global() variable