Home
last modified time | relevance | path

Searched refs:getSectionForCommandLines (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h130 MCSection *getSectionForCommandLines() const override;
180 MCSection *getSectionForCommandLines() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h263 virtual MCSection *getSectionForCommandLines() const { in getSectionForCommandLines() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1233 MCSection *TargetLoweringObjectFileELF::getSectionForCommandLines() const { in getSectionForCommandLines() function in TargetLoweringObjectFileELF
1489 MCSection *TargetLoweringObjectFileMachO::getSectionForCommandLines() const { in getSectionForCommandLines() function in TargetLoweringObjectFileMachO
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3346 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in emitModuleCommandLines()