Home
last modified time | relevance | path

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

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