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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp240 GlobalVariable *GVLoc = cast<GlobalVariable>(Loc); local
243 if (SourceLocation.insert(std::make_pair(GV, GVLoc)).second)
244 addSourceLocationGlobal(GVLoc);

Completed in 73 milliseconds