Home
last modified time | relevance | path

Searched defs:CGProfile (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectWriter.h48 SmallVector<CGProfileEntry, 0> CGProfile; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h79 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp470 MCSection *CGProfile = getAssembler().getContext().getELFSection( in finalizeCGProfile() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp100 static bool CGProfile; variable