Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp97 bool parseMachineFunction(yaml::Input &In, Module &M, bool NoLLVMIR);
224 bool NoLLVMIR = false; in parse() local
242 NoLLVMIR = true; in parse()
247 if (parseMachineFunction(In, *M, NoLLVMIR)) in parse()
256 bool NoLLVMIR) { in parseMachineFunction() argument
266 if (NoLLVMIR) in parseMachineFunction()