Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 25 of 142) sorted by relevance

123456

/llvm-project-15.0.7/clang/test/Parser/
H A Dnamelookup-bug-2.c4 typedef int Object; typedef
6 struct Object {int i1; } *P; struct
9 struct Object { int i2; } *X; in foo() argument
H A Dnamelookup-bug-1.c4 typedef int Object; typedef
/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h96 struct Object { struct
97 bool IsPE = false;
99 object::dos_header DosHeader;
100 ArrayRef<uint8_t> DosStub;
102 object::coff_file_header CoffFileHeader;
104 bool Is64 = false;
105 object::pe32plus_header PeHeader;
141 DenseMap<size_t, Symbol *> SymbolMap;
143 size_t NextSymbolUniqueId = 0;
145 std::vector<Section> Sections;
[all …]
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h302 struct Object { struct
303 MachHeader Header;
306 SymbolTable SymTable;
307 StringTable StrTable;
309 RebaseInfo Rebases;
310 BindInfo Binds;
313 ExportInfo Exports;
315 LinkData DataInCode;
318 LinkData ExportsTrie;
348 Object() : NewSectionsContents(Alloc) {} in Object() argument
[all …]
/llvm-project-15.0.7/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h36 struct Object { struct
37 XCOFFFileHeader32 FileHeader;
38 XCOFFAuxiliaryHeader32 OptionalFileHeader;
39 std::vector<Section> Sections;
40 std::vector<Symbol> Symbols;
41 StringRef StringTable;
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h81 struct Object { struct
95 /// Object modification time in the archive. argument
98 /// Object user id in the archive. argument
101 /// Object group id in the archive. argument
104 /// Object octal file permissions in the archive. argument
107 /// Object size in bytes in the archive. argument
108 uint32_t size = 0;
111 lldb::offset_t file_offset = 0;
114 lldb::offset_t file_size = 0;
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dattr-noundef.cpp70 struct Object { struct
73 Object() { in Object() function
89 // CHECK: define linkonce_odr void @{{.*}}Object{{.*}}(%"struct.check_this::Object"* noundef nonnul…
113 struct Object { struct
115 int mdata;
/llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h30 struct Object { struct
31 llvm::wasm::WasmObjectHeader Header; argument
33 std::vector<Section> Sections;
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h76 struct Object { struct
95 Object() : Kind(Type::Int), Int(0) {} in Object() argument
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dwarn-selector-selection.m3 @interface Object interface
8 - (void)setWindow:(Object *)wdw;
H A Dclass-method-lookup.m28 @interface Object @end interface
31 - (void)setWindow:(Object *)wdw;
H A Didiomatic-parentheses.m6 @interface Object interface
18 @implementation Object implementation
H A Dwarn-strict-selector-match.m13 @interface Object @end interface
16 - (void)setWindow:(Object *)wdw; // expected-note 2 {{using}}
48 + (NTGridDataObject*)dataObject:(id<MyObject, MyCoding>)data; argument
H A Dcomptypes-6.m6 @interface Object @end interface
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/
H A Delf_common.cpp59 auto *Object = dyn_cast<const ELFObjectFileBase>(BinOrErr->get()); in withBytesAsElf() local
71 auto CheckMachine = [TargetId](const ELFObjectFileBase *Object) { in elf_check_machine()
80 auto CheckDynType = [](const ELFObjectFileBase *Object) { in elf_is_dynamic()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dretain-count-alloc.cpp13 struct Object { int Ref; }; argument
/llvm-project-15.0.7/llvm/unittests/Support/
H A DArrayRecyclerTest.cpp18 struct Object { struct
19 int Num;
20 Object *Other;
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h103 struct Object { struct
109 Object(); argument
H A DMinidumpYAML.h201 struct Object { struct
204 Object &operator=(const Object &) = delete; argument
206 Object &operator=(Object &&) = default; argument
208 Object(const minidump::Header &Header, in Object() argument
218 static Expected<Object> create(const object::MinidumpFile &File); argument
H A DDXContainerYAML.h62 struct Object { struct
63 FileHeader Header;
64 std::vector<Part> Parts;
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRObjectFile.cpp28 IRObjectFile::IRObjectFile(MemoryBufferRef Object, in IRObjectFile()
90 IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
111 IRObjectFile::create(MemoryBufferRef Object, LLVMContext &Context) { in create()
/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/test-client/
H A DClangdXPCTestClient.cpp38 static void dumpXPCObject(xpc_object_t Object, llvm::raw_ostream &OS) { in dumpXPCObject()
93 xpc_object_t Object = clangd::jsonToXpc(*Request); in main() local
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dundefined-protocol.m9 @implementation Object @end implementation
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.cpp28 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) { in getDynamicTypeInfoFromObject()

123456