Home
last modified time | relevance | path

Searched refs:ExportEntry (Results 101 – 125 of 279) sorted by relevance

12345678910>>...12

/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Object/
H A DMachO.h73 class ExportEntry {
75 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
84 bool operator==(const ExportEntry &) const;
126 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Object/
H A DMachO.h73 class ExportEntry {
75 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
84 bool operator==(const ExportEntry &) const;
126 using export_iterator = content_iterator<ExportEntry>;
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DWinFavorites10.cs142 ExportEntry(pe, strDir, pxi); in ExportGroup()
161 private static void ExportEntry(PwEntry pe, string strDir, PwExportInfo pxi) in ExportEntry() method in KeePass.DataExchange.Formats.WinFavorites10
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4executablecompilationunit_p.h317 const CompiledData::ExportEntry *lookupNameInExportTable(
318 const CompiledData::ExportEntry *firstExportEntry, int tableSize,
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4executablecompilationunit_p.h317 const CompiledData::ExportEntry *lookupNameInExportTable(
318 const CompiledData::ExportEntry *firstExportEntry, int tableSize,
/dports/devel/py-numba/numba-0.51.2/numba/pycc/
H A Dcc.py11 from numba.pycc.compiler import ModuleCompiler, ExportEntry
142 entry = ExportEntry(exported_name, sig, func)
/dports/devel/py-distlib/distlib-0.3.4/tests/
H A Dtest_util.py26 from distlib.util import (get_export_entry, ExportEntry, resolve,
970 'v1': ExportEntry('v1', 'p1', 's1', []),
971 'v2': ExportEntry('v2', 'p2', 's2', ['f2=a', 'g2']),
974 'v3': ExportEntry('v3', 'p3', 's3', ['f3', 'g3=h']),
975 'v4': ExportEntry('v4', 'p4', 's4', ['f4', 'g4']),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2791 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O, in ExportEntry() function in ExportEntry
2794 void ExportEntry::moveToFirst() { in moveToFirst()
2802 void ExportEntry::moveToEnd() { in moveToEnd()
2807 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
2834 StringRef ExportEntry::name() const { in name()
2838 uint64_t ExportEntry::flags() const { in flags()
2842 uint64_t ExportEntry::address() const { in address()
2846 uint64_t ExportEntry::other() const { in other()
3065 void ExportEntry::moveNext() { in moveNext()
3097 ExportEntry Start(&E, O, Trie); in exports()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2784 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O, in ExportEntry() function in ExportEntry
2787 void ExportEntry::moveToFirst() { in moveToFirst()
2795 void ExportEntry::moveToEnd() { in moveToEnd()
2800 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
2827 StringRef ExportEntry::name() const { in name()
2831 uint64_t ExportEntry::flags() const { in flags()
2835 uint64_t ExportEntry::address() const { in address()
2839 uint64_t ExportEntry::other() const { in other()
3058 void ExportEntry::moveNext() { in moveNext()
3090 ExportEntry Start(&E, O, Trie); in exports()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Object/
H A DMachOObjectFile.cpp2789 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O, in ExportEntry() function in ExportEntry
2792 void ExportEntry::moveToFirst() { in moveToFirst()
2800 void ExportEntry::moveToEnd() { in moveToEnd()
2805 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
2832 StringRef ExportEntry::name() const { in name()
2836 uint64_t ExportEntry::flags() const { in flags()
2840 uint64_t ExportEntry::address() const { in address()
2844 uint64_t ExportEntry::other() const { in other()
3063 void ExportEntry::moveNext() { in moveNext()
3095 ExportEntry Start(&E, O, Trie); in exports()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Object/
H A DMachOObjectFile.cpp2823 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O,
2826 void ExportEntry::moveToFirst() {
2834 void ExportEntry::moveToEnd() {
2839 bool ExportEntry::operator==(const ExportEntry &Other) const {
2866 StringRef ExportEntry::name() const {
2870 uint64_t ExportEntry::flags() const {
2874 uint64_t ExportEntry::address() const {
2878 uint64_t ExportEntry::other() const {
3097 void ExportEntry::moveNext() {
3129 ExportEntry Start(&E, O, Trie);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Object/
H A DMachOObjectFile.cpp2823 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O, in ExportEntry() function in ExportEntry
2826 void ExportEntry::moveToFirst() { in moveToFirst()
2834 void ExportEntry::moveToEnd() { in moveToEnd()
2839 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
2866 StringRef ExportEntry::name() const { in name()
2870 uint64_t ExportEntry::flags() const { in flags()
2874 uint64_t ExportEntry::address() const { in address()
2878 uint64_t ExportEntry::other() const { in other()
3097 void ExportEntry::moveNext() { in moveNext()
3129 ExportEntry Start(&E, O, Trie); in exports()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DMachOObjectFile.cpp2815 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O, in ExportEntry() function in ExportEntry
2818 void ExportEntry::moveToFirst() { in moveToFirst()
2826 void ExportEntry::moveToEnd() { in moveToEnd()
2831 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
2858 StringRef ExportEntry::name() const { in name()
2862 uint64_t ExportEntry::flags() const { in flags()
2866 uint64_t ExportEntry::address() const { in address()
2870 uint64_t ExportEntry::other() const { in other()
3089 void ExportEntry::moveNext() { in moveNext()
3121 ExportEntry Start(&E, O, Trie); in exports()
[all …]

12345678910>>...12