Home
last modified time | relevance | path

Searched refs:getConstantSectionSuffix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h356 StringRef getConstantSectionSuffix(const Constant *C) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2865 StringRef AsmPrinter::getConstantSectionSuffix(const Constant *C) const { in getConstantSectionSuffix() function in AsmPrinter
2895 getDataLayout(), Kind, C, Alignment, getConstantSectionSuffix(C)); in emitConstantPool()