Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h108 SectionKind getSectionKind(const DataLayout *DL) const;
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp570 SectionKind Kind = CPE.getSectionKind(&DL); in GetCPISymbol()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp837 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind() function in MachineConstantPoolEntry
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1276 SectionKind Kind = CPE.getSectionKind(&getDataLayout()); in EmitConstantPool()