Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h124 SectionKind getSectionKind(const DataLayout *DL) const;
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp561 SectionKind Kind = CPE.getSectionKind(TM.getDataLayout()); in GetCPISymbol()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp829 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind() function in MachineConstantPoolEntry
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1212 CPE.getSectionKind(TM.getDataLayout()); in EmitConstantPool()