Home
last modified time | relevance | path

Searched refs:CGProfile (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCMakeLists.txt4 CGProfile.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCELFStreamer.cpp362 getAssembler().CGProfile.push_back({From, To, Count}); in emitCGProfileEntry()
488 for (MCAssembler::CGProfileEntry &E : getAssembler().CGProfile) { in finalizeCGProfile()
DELFObjectWriter.cpp1135 if (!Asm.CGProfile.empty()) { in writeObject()
1199 for (const MCAssembler::CGProfileEntry &CGPE : Asm.CGProfile) { in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAssembler.h430 std::vector<CGProfileEntry> CGProfile; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h76 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>; member