Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h206 virtual MCSection *getSectionForCommandLines() const { in getSectionForCommandLines() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h94 MCSection *getSectionForCommandLines() const override;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp798 MCSection *TargetLoweringObjectFileELF::getSectionForCommandLines() const { in getSectionForCommandLines() function in TargetLoweringObjectFileELF
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2015 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in EmitModuleCommandLines()