HomeSort by relevance Sort by last modified time
    Searched defs:Obj (Results 1 - 25 of 51) sorted by null

1 2 3

  /ndk/tests/device/test-cxx-init-array/jni/
test.cpp 4 GlobalCtor Obj;
8 if (Obj.IsInitialized())
  /external/llvm/lib/Object/
SymbolicFile.cpp 66 ErrorOr<std::unique_ptr<ObjectFile>> Obj =
68 if (!Obj || !Context)
69 return std::move(Obj);
72 IRObjectFile::findBitcodeInObject(*Obj->get());
74 return std::move(Obj);
Object.cpp 66 std::unique_ptr<ObjectFile> Obj;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 45 ErrorOr<std::unique_ptr<object::ObjectFile>> Obj =
49 if (Obj)
50 return OwningObj(std::move(*Obj), std::move(ObjBuffer));
  /ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp 64 class Obj
67 Obj() :
70 Obj( const Obj& ) :
74 Obj& operator =( const Obj& )
90 queue<Obj> v1;
91 queue<Obj> v2;
93 v1.push( Obj() );
95 v1.push( Obj() );
    [all...]
  /ndk/tests/device/test-stlport/unit/
swap_test.cpp 64 class Obj
67 Obj() :
70 Obj( const Obj& ) :
74 Obj& operator =( const Obj& )
90 queue<Obj> v1;
91 queue<Obj> v2;
93 v1.push( Obj() );
95 v1.push( Obj() );
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 37 T *Obj = static_cast<T*>(Target);
38 return (Obj->*Handler)(Directive, DirectiveLoc);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 28 const MachOObjectFile *Obj = cast<MachOObjectFile>(Rel.getObject());
39 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl());
40 bool isPCRel = Obj->getAnyRelocationPCRel(RE);
80 Obj->getRelocation(Rel.getRawDataRefImpl());
85 unsigned RType = Obj->getAnyRelocationType(RENext);
  /external/clang/test/CodeGenCXX/
captured-statements.cpp 150 Val<float, 202> Obj;
151 Obj.set();
159 Obj.foo<double, 203>(1.0);
  /external/clang/test/SemaCXX/
captured-statements.cpp 79 Val<float> Obj;
80 Obj.set(0.0f); // OK
135 Foo Obj;
136 template_capture_func(Obj);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 68 const MachOObjectFile &Obj =
71 Obj.getRelocation(RI->getRawDataRefImpl());
73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo);
74 unsigned Size = Obj.getAnyRelocationLength(RelInfo);
77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo));
111 static section_iterator getSectionByAddress(const MachOObjectFile &Obj,
116 void populateIndirectSymbolPointersSection(const MachOObjectFile &Obj,
133 bool isCompatibleFile(const object::ObjectFile &Obj) const override;
157 void finalizeLoad(const ObjectFile &Obj,
  /external/vixl/test/
test-invalset.cc 41 class Obj {
43 Obj() {}
44 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
48 bool operator==(const Obj& other) const {
51 bool operator<(const Obj& other) const {
55 bool operator<=(const Obj& other) const {
59 bool operator>(const Obj& other) const {
70 typedef InvalSet<Obj,
78 inline KeyType InvalSet<Obj,
83 kReclaimFactor>::Key(const Obj& obj)
    [all...]
  /external/guice/extensions/grapher/test/com/google/inject/grapher/
ShortNameFactoryTest.java 49 private static class Obj {
52 Obj() {}
78 Member field = Obj.class.getDeclaredField("field");
83 Member method = Obj.class.getDeclaredMethod("method", String.class);
88 Member constructor = Obj.class.getDeclaredConstructor();
99 Obj.class.getDeclaredField("field").getDeclaredAnnotations()[0]);
109 Key<?> key = Key.get(Obj.class);
111 "ShortNameFactoryTest$Obj", nameFactory.getClassName(key));
125 Member method = Obj.class.getDeclaredMethod("method", String.class);
132 (StackTraceElement) StackTraceElements.forMember(Obj.class.getField("field"))
    [all...]
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 88 static void retain(T *obj) { obj->Retain(); }
89 static void release(T *obj) { obj->Release(); }
129 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
136 T* Obj;
141 explicit IntrusiveRefCntPtr() : Obj(nullptr) {}
143 IntrusiveRefCntPtr(T* obj) : Obj(obj)
    [all...]
  /external/llvm/include/llvm/Object/
MachOUniversal.h 70 ObjectForArch Obj;
72 object_iterator(const ObjectForArch &Obj) : Obj(Obj) {}
73 const ObjectForArch *operator->() const { return &Obj; }
74 const ObjectForArch &operator*() const { return Obj; }
77 return Obj == Other.Obj;
84 Obj = Obj.getNext()
    [all...]
RelocVisitor.h 46 explicit RelocVisitor(const ObjectFile &Obj)
47 : ObjToVisit(Obj), HasError(false) {}
250 const MachOObjectFile *Obj = cast<MachOObjectFile>(R.getObject());
251 return Obj->getRelocationLength(R.getRawDataRefImpl());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h 250 const MachOObjectFile &Obj =
253 Obj.getRelocation(RelI->getRawDataRefImpl());
255 assert(!Obj.isRelocationScattered(RelInfo) && "");
262 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) {
263 assert(!Obj.getPlainRelocationExternal(RelInfo));
264 assert(!Obj.getAnyRelocationPCRel(RelInfo));
265 assert(Obj.getAnyRelocationLength(RelInfo) == 2);
266 int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo);
270 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
273 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI))
    [all...]
RuntimeDyldMachOX86_64.h 38 const MachOObjectFile &Obj =
41 Obj.getRelocation(RelI->getRawDataRefImpl());
42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
45 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID);
47 assert(!Obj.isRelocationScattered(RelInfo) &&
50 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
53 getRelocationValueRef(Obj, RelI, RE, ObjSectionToID));
55 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
114 void finalizeSection(const ObjectFile &Obj, unsigned SectionID,
150 const MachOObjectFile &Obj
    [all...]
RuntimeDyldMachOARM.h 57 const MachOObjectFile &Obj =
60 Obj.getRelocation(RelI->getRawDataRefImpl());
61 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
63 if (Obj.isRelocationScattered(RelInfo)) {
65 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj,
68 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID);
73 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
76 getRelocationValueRef(Obj, RelI, RE, ObjSectionToID));
162 void finalizeSection(const ObjectFile &Obj, unsigned SectionID,
168 populateIndirectSymbolPointersSection(cast<MachOObjectFile>(Obj),
    [all...]
RuntimeDyldMachOI386.h 38 const MachOObjectFile &Obj =
41 Obj.getRelocation(RelI->getRawDataRefImpl());
42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
44 if (Obj.isRelocationScattered(RelInfo)) {
47 return processSECTDIFFRelocation(SectionID, RelI, Obj,
50 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID);
54 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
57 getRelocationValueRef(Obj, RelI, RE, ObjSectionToID));
63 // bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
114 void finalizeSection(const ObjectFile &Obj, unsigned SectionID
    [all...]
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 280 auto *Obj = OF.get().get();
281 bool IsCOFF = isa<llvm::object::COFFObjectFile>(Obj);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 270 auto Obj = object::ObjectFile::createObjectFile(DWOPath);
271 if (!Obj)
273 DWOFile = std::move(Obj.get());
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 180 static bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName,
182 if (!Obj)
184 for (const SectionRef &Section : Obj->sections()) {
191 DataExtractor DE(Data, Obj->isLittleEndian(), 0);
210 const MachOObjectFile *Obj) {
212 ArrayRef<uint8_t> bin_uuid = Obj->getUuid();
243 const ObjectFile *Obj,
248 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash))
272 ObjectFile *Obj = ObjOrErr.get();
273 assert(Obj != nullptr)
    [all...]
  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 69 OwningBinary<ObjectFile> Obj)
70 : Size(Size), Entry(Entry), Obj(std::move(Obj)) {}
73 : Size(Other.Size), Entry(Other.Entry), Obj(std::move(Other.Obj)) {}
78 Obj = std::move(Other.Obj);
84 OwningBinary<ObjectFile> Obj;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 173 std::unique_ptr<object::ObjectFile> Obj;
175 std::tie(Obj, Buf) = O.takeBinary();
177 Objs.push_back(std::move(Obj));

Completed in 5787 milliseconds

1 2 3