Searched refs:parseConstantValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 184 Constant *parseConstantValue(StringRef Asm, SMDiagnostic &Err, const Module &M,
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 148 Constant *llvm::parseConstantValue(StringRef Asm, SMDiagnostic &Err, in parseConstantValue() function in llvm
|
| H A D | LLParser.h | 460 bool parseConstantValue(Type *Ty, Constant *&C);
|
| H A D | LLParser.cpp | 84 if (ParseType(Ty) || parseConstantValue(Ty, C)) in parseStandaloneConstantValue() 5111 bool LLParser::parseConstantValue(Type *Ty, Constant *&C) { in parseConstantValue() function in LLParser
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 753 parseConstantValue(YamlConstant.Value.Value, Error, M)); in initializeConstantPool()
|
| H A D | MIParser.cpp | 1330 C = parseConstantValue(Source, Err, *MF.getFunction().getParent(), in parseIRConstant()
|