Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp59 struct ExportInfo { struct
60 uint64_t address;
61 uint64_t ordinal = 0;
62 uint8_t flags = 0;
63 ExportInfo(const Symbol &sym, uint64_t imageBase) in ExportInfo() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h290 struct ExportInfo { struct
309 ExportInfo Exports; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h232 std::vector<DylinkExportInfo> ExportInfo; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h289 std::vector<WasmDylinkExportInfo> ExportInfo; member