Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h599 MCSectionELF *getELFNamedSection(const Twine &Prefix, const Twine &Suffix,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp516 MCSectionELF *MCContext::getELFNamedSection(const Twine &Prefix, in getELFNamedSection() function in MCContext
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp425 MCSection *Sec = getContext().getELFNamedSection(".data", Label->getName(), in emitPersonalityValue()