Home
last modified time | relevance | path

Searched refs:LayoutMap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp177 LayoutMap = nullptr; in reset()
605 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()
606 LayoutMap = nullptr; in clear()
614 if (!LayoutMap) in getStructLayout()
615 LayoutMap = new StructLayoutMap(); in getStructLayout()
617 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h170 mutable void *LayoutMap = nullptr; variable