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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-pdbdump/
YAMLOutputStyle.cpp 54 Obj.Headers.emplace();
55 Obj.Headers->SuperBlock.NumBlocks = File.getBlockCount();
56 Obj.Headers->SuperBlock.BlockMapAddr = File.getBlockMapIndex();
57 Obj.Headers->BlockMapOffset = File.getBlockMapOffset();
58 Obj.Headers->SuperBlock.BlockSize = File.getBlockSize();
60 Obj.Headers->DirectoryBlocks.assign(Blocks.begin(), Blocks.end());
61 Obj.Headers->NumDirectoryBlocks = File.getNumDirectoryBlocks();
62 Obj.Headers->SuperBlock.NumDirectoryBytes = File.getNumDirectoryBytes();
63 Obj.Headers->NumStreams =
65 Obj.Headers->SuperBlock.Unknown0 = File.getUnknown0()
    [all...]
PdbYaml.cpp 107 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) {
108 IO.mapOptional("MSF", Obj.Headers);
109 IO.mapOptional("StreamSizes", Obj.StreamSizes);
110 IO.mapOptional("StreamMap", Obj.StreamMap);
111 IO.mapOptional("PdbStream", Obj.PdbStream);
112 IO.mapOptional("DbiStream", Obj.DbiStream);
115 void MappingTraits<MsfHeaders>::mapping(IO &IO, MsfHeaders &Obj) {
116 IO.mapRequired("SuperBlock", Obj.SuperBlock);
117 IO.mapRequired("NumDirectoryBlocks", Obj.NumDirectoryBlocks);
118 IO.mapRequired("BlockMapOffset", Obj.BlockMapOffset)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntrusiveRefCntPtr.h 94 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
101 T* Obj;
106 explicit IntrusiveRefCntPtr() : Obj(0) {}
108 explicit IntrusiveRefCntPtr(T* obj) : Obj(obj) {
112 IntrusiveRefCntPtr(const IntrusiveRefCntPtr& S) : Obj(S.Obj) {
118 : Obj(S.getPtr())
    [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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
IntrusiveRefCntPtr.h 86 static void retain(T *obj) { obj->Retain(); }
87 static void release(T *obj) { obj->Release(); }
127 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
134 T* Obj = nullptr;
141 IntrusiveRefCntPtr(T* obj) : Obj(obj) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 125 static void retain(T *obj) { obj->Retain(); }
126 static void release(T *obj) { obj->Release(); }
136 T *Obj = nullptr;
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 125 static void retain(T *obj) { obj->Retain(); }
126 static void release(T *obj) { obj->Release(); }
136 T *Obj = nullptr;
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 125 static void retain(T *obj) { obj->Retain(); }
126 static void release(T *obj) { obj->Release(); }
136 T *Obj = nullptr;
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 125 static void retain(T *obj) { obj->Retain(); }
126 static void release(T *obj) { obj->Release(); }
136 T *Obj = nullptr;
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 125 static void retain(T *obj) { obj->Retain(); }
126 static void release(T *obj) { obj->Release(); }
136 T *Obj = nullptr;
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 125 static void retain(T *obj) { obj->Retain(); }
126 static void release(T *obj) { obj->Release(); }
136 T *Obj = nullptr;
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 125 static void retain(T *obj) { obj->Retain(); }
126 static void release(T *obj) { obj->Release(); }
136 T *Obj = nullptr;
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 125 static void retain(T *obj) { obj->Retain(); }
126 static void release(T *obj) { obj->Release(); }
136 T *Obj = nullptr;
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain();
    [all...]
  /external/llvm/tools/obj2yaml/
obj2yaml.h 21 const llvm::object::COFFObjectFile &Obj);
23 const llvm::object::ObjectFile &Obj);
25 const llvm::object::Binary &Obj);
obj2yaml.cpp 22 static std::error_code dumpObject(const ObjectFile &Obj) {
23 if (Obj.isCOFF())
24 return coff2yaml(outs(), cast<COFFObjectFile>(Obj));
25 if (Obj.isELF())
26 return elf2yaml(outs(), Obj);
42 if (ObjectFile *Obj = dyn_cast<ObjectFile>(&Binary))
43 return dumpObject(*Obj);
  /external/llvm/lib/CodeGen/
SafeStackLayout.cpp 47 void StackLayout::layoutObject(StackObject &Obj) {
52 unsigned Start = AdjustStackOffset(LastRegionEnd, Obj.Size, Obj.Alignment);
53 unsigned End = Start + Obj.Size;
54 Regions.emplace_back(Start, End, Obj.Range);
55 ObjectOffsets[Obj.Handle] = End;
59 DEBUG(dbgs() << "Layout: size " << Obj.Size << ", align " << Obj.Alignment
60 << ", range " << Obj.Range << "\n");
61 assert(Obj.Alignment <= MaxAlignment)
    [all...]
  /external/vixl/test/
test-invalset.cc 40 class Obj {
42 Obj() {}
43 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
47 bool operator==(const Obj& other) const {
50 bool operator<(const Obj& other) const {
53 bool operator<=(const Obj& other) const {
57 bool operator>(const Obj& other) const {
67 typedef InvalSet<Obj,
75 inline KeyType InvalSet<Obj,
80 kReclaimFactor>::GetKey(const Obj& obj)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 39 const MachOObjectFile &Obj =
42 Obj.getRelocation(RelI->getRawDataRefImpl());
43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
45 if (Obj.isRelocationScattered(RelInfo)) {
48 return processSECTDIFFRelocation(SectionID, RelI, Obj,
51 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID);
68 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
71 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID))
80 // bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
129 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 30 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 45 Expected<std::unique_ptr<object::ObjectFile>> Obj =
48 if (Obj)
49 return OwningObj(std::move(*Obj), std::move(ObjBuffer));
51 consumeError(Obj.takeError());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 45 Expected<std::unique_ptr<object::ObjectFile>> Obj =
48 if (Obj)
49 return OwningObj(std::move(*Obj), std::move(ObjBuffer));
51 consumeError(Obj.takeError());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 45 Expected<std::unique_ptr<object::ObjectFile>> Obj =
48 if (Obj)
49 return OwningObj(std::move(*Obj), std::move(ObjBuffer));
51 consumeError(Obj.takeError());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;

Completed in 330 milliseconds

1 2 3 4 5 6 7 8 91011>>