Home
last modified time | relevance | path

Searched defs:LayoutDescription (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data.h182 struct LayoutDescription { struct
201 STATIC_ASSERT(offsetof(LayoutDescription, instruction_offset) == argument
280 const LayoutDescription& LayoutDescription(Builtin builtin) const { in LayoutDescription() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h195 explicit DataLayout(StringRef LayoutDescription) { in DataLayout()