Home
last modified time | relevance | path

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

12345678910>>...15

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.h95 struct Object { struct
96 bool IsPE = false;
98 object::dos_header DosHeader;
99 ArrayRef<uint8_t> DosStub;
101 object::coff_file_header CoffFileHeader;
103 bool Is64 = false;
104 object::pe32plus_header PeHeader;
105 uint32_t BaseOfData = 0; // pe32plus_header lacks this field.
107 std::vector<object::data_directory> DataDirectories;
109 ArrayRef<Symbol> getSymbols() const { return Symbols; } in getSymbols()
[all …]
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.h76 struct Object { struct
86 /// Object modification time in the archive. argument
89 /// Object user id in the archive. argument
92 /// Object group id in the archive. argument
95 /// Object octal file permissions in the archive. argument
98 /// Object size in bytes in the archive. argument
99 uint32_t size;
102 lldb::offset_t file_offset;
105 lldb::offset_t file_size;
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h299 struct Object { struct
300 MachHeader Header;
301 std::vector<LoadCommand> LoadCommands;
303 SymbolTable SymTable;
304 StringTable StrTable;
306 RebaseInfo Rebases;
307 BindInfo Binds;
308 WeakBindInfo WeakBinds;
309 LazyBindInfo LazyBinds;
310 ExportInfo Exports;
[all …]
/external/llvm-project/clang/test/Parser/
Dnamelookup-bug-2.c4 typedef int Object; typedef
6 struct Object {int i1; } *P; argument
9 struct Object { int i2; } *X; in foo() argument
/external/clang/test/Parser/
Dnamelookup-bug-2.c4 typedef int Object; typedef
6 struct Object {int i1; } *P; struct
9 struct Object { int i2; } *X; in foo() struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h75 struct Object { struct
94 Object() : Kind(Type::Int), Int(0) {} in Object() argument
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h77 struct Object { struct
96 Object() : Kind(Type::Int), Int(0) {} in Object() argument
/external/skqp/modules/sksg/samples/
DSampleSVGPong.cpp215 struct Object { struct in PongView
216 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize()
225 void posTick(SkScalar dt) { in posTick()
229 void updateDom() { in updateDom()
241 sk_sp<sksg::RRect> objectNode,
242 shadowNode;
243 SkPoint pos;
244 SkVector spd;
245 SkSize size;
/external/skia/modules/sksg/samples/
DSampleSVGPong.cpp224 struct Object { struct in PongView
225 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize()
234 void posTick(SkScalar dt) { in posTick()
238 void updateDom() { in updateDom()
250 sk_sp<sksg::RRect> objectNode,
251 shadowNode;
252 SkPoint pos;
253 SkVector spd;
254 SkSize size;
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dobject.h54 struct Object { struct
59 ObjectType object_type; argument
66 ObjectSize size; argument
68 absl::variant<ObjectData, ObjectRef> object; argument
72 inline bool IsRef(const Object& object) { in IsRef() argument
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DObject.h30 struct Object { struct
31 llvm::wasm::WasmObjectHeader Header; argument
33 std::vector<Section> Sections;
/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp26 MemoryBufferRef Object, std::unique_ptr<ModuleSummaryIndex> I) in ModuleSummaryIndexObjectFile()
51 ModuleSummaryIndexObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
73 MemoryBufferRef Object, in hasGlobalValueSummaryInMemBuffer()
87 MemoryBufferRef Object, in create()
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DAttributeValue.java99 Function<Object, T> defaultFunction); in match()
122 Function<Object, T> defaultFunction); in match()
140 Function<Object, T> defaultFunction) { in match()
150 Function<Object, T> defaultFunction) { in match()
173 Function<Object, T> defaultFunction) { in match()
183 Function<Object, T> defaultFunction) { in match()
206 Function<Object, T> defaultFunction) { in match()
216 Function<Object, T> defaultFunction) { in match()
239 Function<Object, T> defaultFunction) { in match()
249 Function<Object, T> defaultFunction) { in match()
/external/python/pybind11/tests/
Dobject.h11 Object() { print_default_created(this); } in Object() function
14 Object(const Object &) : m_refCount(0) { print_copy_created(this); } in Object() argument
/external/pigweed/pw_preprocessor/
Dutil_test.cc32 struct Object { in TEST() struct
33 int a; in TEST()
34 uint64_t array[7]; in TEST()
/external/libchrome/dbus/
Dobject_manager.h335 struct Object { struct
339 ObjectProxy* object_proxy; argument
347 // Maps the object path of an object to the Object structure. argument
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h83 struct Object { struct
88 Object(); argument
/external/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/external/clang/test/SemaObjC/
Dwarn-selector-selection.m3 @interface Object interface
8 - (void)setWindow:(Object *)wdw;
/external/llvm-project/clang/test/SemaObjC/
Dwarn-selector-selection.m3 @interface Object interface
8 - (void)setWindow:(Object *)wdw;
/external/llvm-project/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/external/llvm-project/llvm/unittests/Support/
DArrayRecyclerTest.cpp18 struct Object { struct
19 int Num;
20 Object *Other;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h103 struct Object { struct
109 Object(); argument
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h103 struct Object { struct
109 Object(); argument

12345678910>>...15