HomeSort by: relevance | last modified time | path
    Searched refs:CGProfile (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMInstrumentation/
Makefile 11 CGProfile.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinCOFFStreamer.cpp 345 getAssembler().CGProfile.push_back({From, To, Count});
357 for (MCAssembler::CGProfileEntry &E : getAssembler().CGProfile) {
MCELFStreamer.cpp 376 getAssembler().CGProfile.push_back({From, To, Count});
503 for (MCAssembler::CGProfileEntry &E : getAssembler().CGProfile) {
WinCOFFObjectWriter.cpp 681 if (!Asm.CGProfile.empty()) {
1123 for (const MCAssembler::CGProfileEntry &CGPE : Asm.CGProfile) {
ELFObjectWriter.cpp 1131 if (!Asm.CGProfile.empty()) {
1191 for (const MCAssembler::CGProfileEntry &CGPE : Asm.CGProfile) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.cpp 366 cl::opt<bool> CGProfile("cg-profile",
369 cl::aliasopt(CGProfile));
548 if (opts::CGProfile)
574 if (opts::CGProfile)
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAssembler.h 441 std::vector<CGProfileEntry> CGProfile;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h 77 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>;
132 using Elf_CGProfile = typename ELFT::CGProfile; \

Completed in 21 milliseconds