Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp544 bool parseDirectiveRealValue(StringRef IDVal,
1968 return parseDirectiveRealValue(IDVal, APFloat::IEEEsingle()); in parseStatement()
1971 return parseDirectiveRealValue(IDVal, APFloat::IEEEdouble()); in parseStatement()
3150 bool AsmParser::parseDirectiveRealValue(StringRef IDVal, in parseDirectiveRealValue() function in AsmParser