Home
last modified time | relevance | path

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

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