Home
last modified time | relevance | path

Searched refs:allocateObject (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon07c79d3d0111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anonde2e19b10111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/external/llvm-project/flang/lib/Semantics/
Dcheck-deallocate.cpp18 for (const parser::AllocateObject &allocateObject : in Leave() local
47 allocateObject.u); in Leave()
Dtools.cpp834 const auto &allocateObject{ in operator ()() local
836 if (IsCoarrayObject(allocateObject)) { in operator ()()
845 for (const auto &allocateObject : allocateObjectList) { in operator ()() local
846 if (IsCoarrayObject(allocateObject)) { in operator ()()
877 bool IsCoarrayObject(const parser::AllocateObject &allocateObject) { in IsCoarrayObject() argument
878 const parser::Name &name{GetLastName(allocateObject)}; in IsCoarrayObject()
Dcheck-do-forall.cpp230 for (const auto &allocateObject : allocateObjectList) { in Post() local
231 const parser::Name &name{GetLastName(allocateObject)}; in Post()
/external/llvm-project/flang/lib/Parser/
Dtools.cpp163 const AllocateObject &allocateObject) { in GetCoindexedNamedObject() argument
171 allocateObject.u); in GetCoindexedNamedObject()