Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMAsmPrinter.h128 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) LLVM_OVERRIDE;
DARMAsmPrinter.cpp927 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue() argument
928 int Size = TM.getDataLayout()->getTypeAllocSize(MCPV->getType()); in EmitMachineConstantPoolValue()
930 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h266 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1886 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue() argument