Home
last modified time | relevance | path

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

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