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.h372 MCSection *getLLVMStatsSection() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1223 MCSection *MCObjectFileInfo::getLLVMStatsSection() const { in getLLVMStatsSection() function in MCObjectFileInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp330 auto *S = C.getObjectFileInfo()->getLLVMStatsSection(); in emitModuleMetadata()