Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h202 explicit DataLayout(StringRef LayoutDescription) { in DataLayout()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp207 Expected<DataLayout> DataLayout::parse(StringRef LayoutDescription) { in parse()