Home
last modified time | relevance | path

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

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