Searched defs:EmitMachineConstantPoolValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1061 EmitMachineConstantPoolValue(CPE.Val.MachineCPVal);
1934 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { function in class:AsmPrinter
1936 llvm_unreachable("Target does not support EmitMachineConstantPoolValue");
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp895 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { function in class:ARMAsmPrinter
1616 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);

Completed in 22 milliseconds