Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DDataLayout.cpp238 static Error getIntInBytes(StringRef R, IntTy &Result) { in getIntInBytes() function
318 if (Error Err = getIntInBytes(Tok, PointerMemSize)) in parseSpecifier()
330 if (Error Err = getIntInBytes(Tok, PointerABIAlign)) in parseSpecifier()
344 if (Error Err = getIntInBytes(Tok, PointerPrefAlign)) in parseSpecifier()
354 if (Error Err = getIntInBytes(Tok, IndexSize)) in parseSpecifier()
396 if (Error Err = getIntInBytes(Tok, ABIAlign)) in parseSpecifier()
412 if (Error Err = getIntInBytes(Tok, PrefAlign)) in parseSpecifier()
445 if (Error Err = getIntInBytes(Tok, Alignment)) in parseSpecifier()
466 if (Error Err = getIntInBytes(Tok, Alignment)) in parseSpecifier()