Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h104 SectionKind getSectionKind(const DataLayout *DL) const;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1393 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind() function in MachineConstantPoolEntry
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2631 SectionKind Kind = CPE.getSectionKind(&getDataLayout()); in emitConstantPool()
3840 SectionKind Kind = CPE.getSectionKind(&DL); in GetCPISymbol()