Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp209 struct ExportSection { struct
210 Architectures__anon8b430cf30111::ExportSection global() argument
211 AllowableClients__anon8b430cf30111::ExportSection global() argument
212 ReexportedLibraries__anon8b430cf30111::ExportSection global() argument
213 Symbols__anon8b430cf30111::ExportSection global() argument
214 Classes__anon8b430cf30111::ExportSection global() argument
215 ClassEHs__anon8b430cf30111::ExportSection global() argument
216 IVars__anon8b430cf30111::ExportSection global() argument
217 WeakDefSymbols__anon8b430cf30111::ExportSection global() argument
218 TLVSymbols__anon8b430cf30111::ExportSection global() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h357 struct ExportSection : Section { struct
358 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() argument
360 static bool classof(const Section *S) { in classof()
364 std::vector<Export> Exports;
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp983 ExportSection::ExportSection() ExportSection() function in ExportSection