Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDataLayout.cpp241 static Error getIntInBytes(StringRef R, IntTy &Result) { in getIntInBytes() function
333 if (Error Err = getIntInBytes(Tok, PointerABIAlign)) in parseSpecifier()
347 if (Error Err = getIntInBytes(Tok, PointerPrefAlign)) in parseSpecifier()
399 if (Error Err = getIntInBytes(Tok, ABIAlign)) in parseSpecifier()
418 if (Error Err = getIntInBytes(Tok, PrefAlign)) in parseSpecifier()
451 if (Error Err = getIntInBytes(Tok, Alignment)) in parseSpecifier()
472 if (Error Err = getIntInBytes(Tok, Alignment)) in parseSpecifier()