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.cpp58 struct ExportInfo { struct
59 uint64_t address;
60 uint64_t ordinal = 0;
61 uint8_t flags = 0;
62 ExportInfo(const Symbol &sym, uint64_t imageBase) in ExportInfo() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h291 struct ExportInfo { struct
310 ExportInfo Exports; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h233 std::vector<DylinkExportInfo> ExportInfo; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h300 std::vector<WasmDylinkExportInfo> ExportInfo; member