Home
last modified time | relevance | path

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

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