Displaying 2 results from an estimated 2 matches for "printcode".
2013 Dec 16
3
[LLVMdev] Add call printf instructions problems
...truction and insert it before every instruction
CallInst *call_print =
CallInst::Create(call_print,paramArrayRef,"",ins_temp);
DEBUG(errs()<<"insert an instruction:"<<*call_print<<"\n");
}
return true;
}
};
char call_print::ID = 1;
// register the printCode class:
// - give it a command-line argument (printCode)
// - a name ("print code")
// - a flag saying that we don't modify the CFG
// - a flag saying this is not an analysis pass
RegisterPass<call_print> X("call_print", "call print func",
fal...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...{"_ZL14VerifyLoopInfo", "VerifyLoopInfo"},
{"_ZL15VerifyLoopInfoX", "VerifyLoopInfoX"},
{"_ZL23MaxBruteForceIterations", "MaxBruteForceIterations"},
{"_ZL10EnableTBAA", "EnableTBAA"},
{"_ZL9PrintCode", "PrintCode"},
{"_ZL13DisableFPElim", "DisableFPElim"},
{"_ZL20DisableFPElimNonLeaf", "DisableFPElimNonLeaf"},
{"_ZL22DisableExcessPrecision", "DisableExcessPrecision"},
{"_ZL11EnableFPMAD", &q...