Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp239 static Error getIntInBytes(StringRef R, IntTy &Result) { in getIntInBytes() function
319 if (Error Err = getIntInBytes(Tok, PointerMemSize)) in parseSpecifier()
331 if (Error Err = getIntInBytes(Tok, PointerABIAlign)) in parseSpecifier()
345 if (Error Err = getIntInBytes(Tok, PointerPrefAlign)) in parseSpecifier()
355 if (Error Err = getIntInBytes(Tok, IndexSize)) in parseSpecifier()
397 if (Error Err = getIntInBytes(Tok, ABIAlign)) in parseSpecifier()
413 if (Error Err = getIntInBytes(Tok, PrefAlign)) in parseSpecifier()
446 if (Error Err = getIntInBytes(Tok, Alignment)) in parseSpecifier()
467 if (Error Err = getIntInBytes(Tok, Alignment)) in parseSpecifier()