Searched refs:EmitMachineConstantPoolValue (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMAsmPrinter.h126 /// EmitMachineConstantPoolValue - Print a machine constantpool value to
128 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
H A DARMAsmPrinter.cpp911 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { function in class:ARMAsmPrinter
1607 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DAsmPrinter.h266 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1044 EmitMachineConstantPoolValue(CPE.Val.MachineCPVal);
1924 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { function in class:AsmPrinter
1926 llvm_unreachable("Target does not support EmitMachineConstantPoolValue");

Completed in 139 milliseconds