Home
last modified time | relevance | path

Searched refs:getUniqueSectionForFunction (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h108 getUniqueSectionForFunction(const Function &F,
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h80 getUniqueSectionForFunction(const Function &F,
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp395 MCSection *TargetLoweringObjectFile::getUniqueSectionForFunction( in getUniqueSectionForFunction() function in TargetLoweringObjectFile
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp907 MCSection *TargetLoweringObjectFileELF::getUniqueSectionForFunction( in getUniqueSectionForFunction() function in TargetLoweringObjectFileELF
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp897 MF->setSection(getObjFileLowering().getUniqueSectionForFunction(F, TM)); in emitFunctionHeader()