Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp257 static Error getIntInBytes(StringRef R, IntTy &Result) { in getIntInBytes() function
349 if (Error Err = getIntInBytes(Tok, PointerABIAlign)) in parseSpecifier()
363 if (Error Err = getIntInBytes(Tok, PointerPrefAlign)) in parseSpecifier()
415 if (Error Err = getIntInBytes(Tok, ABIAlign)) in parseSpecifier()
434 if (Error Err = getIntInBytes(Tok, PrefAlign)) in parseSpecifier()
467 if (Error Err = getIntInBytes(Tok, Alignment)) in parseSpecifier()
488 if (Error Err = getIntInBytes(Tok, Alignment)) in parseSpecifier()