HomeSort by relevance Sort by last modified time
    Searched refs:ASanInstrumentation (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.h 31 class ASanInstrumentation : public Instrumentation {
32 ASanInstrumentation() = delete;
33 ASanInstrumentation(const ASanInstrumentation &) = delete;
34 ASanInstrumentation &operator=(const ASanInstrumentation &) = delete;
37 ASanInstrumentation(GlobalContext *Ctx) : Instrumentation(Ctx), RzNum(0) {
IceASanInstrumentation.cpp 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
    [all...]
IceCompileServer.cpp 253 std::unique_ptr<Instrumentation> Instr(new ASanInstrumentation(Ctx.get()));

Completed in 310 milliseconds