Searched refs:InstrProfiling (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/
H A DInstrProfiling.h1 //===- Transforms/InstrProfiling.h - Instrumentation passes ---*- C++ -*-===//
27 class InstrProfiling : public PassInfoMixin<InstrProfiling> { class in namespace:llvm
29 InstrProfiling() {} function in class:llvm::InstrProfiling
30 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {} function in class:llvm::InstrProfiling
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1 //===-- InstrProfiling.cpp - Frontend instrumentation based profiling -----===//
16 #include "llvm/Transforms/InstrProfiling.h"
49 InstrProfiling InstrProf;
69 PreservedAnalyses InstrProfiling::run(Module &M, AnalysisManager<Module> &AM) {
86 bool InstrProfiling::isMachO() const {
91 StringRef InstrProfiling::getCountersSection() const {
96 StringRef InstrProfiling::getNameSection() const {
101 StringRef InstrProfiling::getDataSection() const {
106 StringRef InstrProfiling::getCoverageSection() const {
110 bool InstrProfiling
[all...]
/external/compiler-rt/make/platform/
H A Dclang_linux.mk79 FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
H A Dclang_darwin.mk205 InstrProfiling \

Completed in 860 milliseconds