HomeSort by relevance Sort by last modified time
    Searched refs:ModulePass (Results 76 - 89 of 89) sorted by null

1 2 34

  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 70 class GCOVProfiler : public ModulePass {
73 GCOVProfiler() : ModulePass(ID), Options(GCOVOptions::getDefault()) {
76 GCOVProfiler(const GCOVOptions &Options) : ModulePass(ID), Options(Options){
150 ModulePass *llvm::createGCOVProfilerPass(const GCOVOptions &Options) {
    [all...]
AddressSanitizer.cpp 415 class AddressSanitizerModule : public ModulePass {
417 AddressSanitizerModule() : ModulePass(ID) {}
594 "ModulePass", false, false)
595 ModulePass *llvm::createAddressSanitizerModulePass() {
    [all...]
DataFlowSanitizer.cpp 168 class DataFlowSanitizer : public ModulePass {
329 ModulePass *llvm::createDataFlowSanitizerPass(StringRef ABIListFile,
338 : ModulePass(ID), GetArgTLSPtr(getArgTLS), GetRetvalTLSPtr(getRetValTLS),
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 56 class RSForEachExpandPass : public llvm::ModulePass {
335 : ModulePass(ID), Module(NULL), Context(NULL),
888 llvm::ModulePass *
  /external/llvm/lib/IR/
LegacyPassManager.cpp 353 dbgs().indent(Offset*2) << "ModulePass Manager\n";
355 ModulePass *MP = getContainedPass(Index);
365 ModulePass *getContainedPass(unsigned N) {
367 return static_cast<ModulePass *>(PassVector[N]);
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
GlobalOpt.cpp 69 struct GlobalOpt : public ModulePass {
74 GlobalOpt() : ModulePass(ID) {
101 ModulePass *llvm::createGlobalOptimizerPass() { return new GlobalOpt(); }
    [all...]
  /external/lldb/source/Expression/
IRDynamicChecks.cpp 587 ModulePass(ID),
IRForTarget.cpp 100 ModulePass(ID),
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 539 ModulePass *llvm::createMips16HardFloat(MipsTargetMachine &TM) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/tools/lli/
lli.cpp 432 ModulePass *DebugIRPass = createDebugIRPass();
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 93 class CppWriter : public ModulePass {
109 ModulePass(ID), Out(o), uniqueNum(0), is_inline(false), indent_level(0){}
    [all...]

Completed in 450 milliseconds

1 2 34