| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | namelookup-bug-2.c | 4 typedef int Object; typedef 6 struct Object {int i1; } *P; struct 9 struct Object { int i2; } *X; in foo() argument
|
| H A D | namelookup-bug-1.c | 4 typedef int Object; typedef
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObject.h | 96 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 D | MachOObject.h | 302 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 D | XCOFFObject.h | 36 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 D | ObjectContainerBSDArchive.h | 81 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 D | attr-noundef.cpp | 70 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 D | WasmObject.h | 30 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 D | MsgPackReader.h | 76 struct Object { struct 95 Object() : Kind(Type::Int), Int(0) {} in Object() argument
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | 2007-01-02-UnboundedArray.cpp | 7 struct Object { struct 12 new Object; in main() argument
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | warn-selector-selection.m | 3 @interface Object interface 8 - (void)setWindow:(Object *)wdw;
|
| H A D | class-method-lookup.m | 28 @interface Object @end interface 31 - (void)setWindow:(Object *)wdw;
|
| H A D | idiomatic-parentheses.m | 6 @interface Object interface 18 @implementation Object implementation
|
| H A D | warn-strict-selector-match.m | 13 @interface Object @end interface 16 - (void)setWindow:(Object *)wdw; // expected-note 2 {{using}} 48 + (NTGridDataObject*)dataObject:(id<MyObject, MyCoding>)data; argument
|
| H A D | comptypes-6.m | 6 @interface Object @end interface
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/ |
| H A D | elf_common.cpp | 59 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 D | retain-count-alloc.cpp | 13 struct Object { int Ref; }; argument
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ArrayRecyclerTest.cpp | 18 struct Object { struct 19 int Num; 20 Object *Other;
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | COFFYAML.h | 103 struct Object { struct 109 Object(); argument
|
| H A D | MinidumpYAML.h | 201 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 D | DXContainerYAML.h | 62 struct Object { struct 63 FileHeader Header; 64 std::vector<Part> Parts;
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | IRObjectFile.cpp | 28 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 D | ClangdXPCTestClient.cpp | 38 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 D | undefined-protocol.m | 9 @implementation Object @end implementation
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_type_hash.cpp | 28 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) { in getDynamicTypeInfoFromObject()
|