Home | History | Annotate | Download | only in src

Lines Matching refs:ASanInstrumentation

70 ICE_TLS_DEFINE_FIELD(VarSizeMap *, ASanInstrumentation, LocalVars);
71 ICE_TLS_DEFINE_FIELD(std::vector<InstStore *> *, ASanInstrumentation,
73 ICE_TLS_DEFINE_FIELD(CfgNode *, ASanInstrumentation, CurNode);
74 ICE_TLS_DEFINE_FIELD(VarSizeMap *, ASanInstrumentation, CheckedVars);
76 bool ASanInstrumentation::isInstrumentable(Cfg *Func) {
85 void ASanInstrumentation::instrumentGlobals(VariableDeclarationList &Globals) {
210 std::string ASanInstrumentation::nextRzName() {
218 void ASanInstrumentation::instrumentFuncStart(LoweringContext &Context) {
341 void ASanInstrumentation::instrumentCall(LoweringContext &Context,
364 void ASanInstrumentation::instrumentLoad(LoweringContext &Context,
380 void ASanInstrumentation::instrumentStore(LoweringContext &Context,
397 ASanInstrumentation::instrumentReloc(ConstantRelocatable *Reloc) {
410 void ASanInstrumentation::instrumentAccess(LoweringContext &Context,
451 bool ASanInstrumentation::isOkGlobalAccess(Operand *Op, SizeT Size) {
460 void ASanInstrumentation::instrumentRet(LoweringContext &Context, InstRet *) {
471 void ASanInstrumentation::instrumentStart(Cfg *Func) {
488 void ASanInstrumentation::finishFunc(Cfg *) {