Searched defs:CommonFlags (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.h21 struct CommonFlags { struct in namespace:__sanitizer
27 void CopyFrom(const CommonFlags &other);
30 // Functions to get/set global CommonFlags shared by all sanitizer runtimes:
31 extern CommonFlags common_flags_dont_use;
32 inline const CommonFlags *common_flags() {
41 // CommonFlags defaults. Generally, it should only be used right after
45 inline void OverrideCommonFlags(const CommonFlags &cf) {
51 CommonFlags *cf = &common_flags_dont_use);
52 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);

Completed in 231 milliseconds