Home
last modified time | relevance | path

Searched refs:getLLVMStatsSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h368 MCSection *getLLVMStatsSection() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1179 MCSection *MCObjectFileInfo::getLLVMStatsSection() const { in getLLVMStatsSection() function in MCObjectFileInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp364 auto *S = C.getObjectFileInfo()->getLLVMStatsSection(); in emitModuleMetadata()