Home
last modified time | relevance | path

Searched refs:UseOdrIndicator (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h153 bool UseOdrIndicator = true);
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp746 bool UseOdrIndicator = false) in AddressSanitizerModule() argument
749 UsePrivateAlias(UseOdrIndicator || ClUsePrivateAlias), in AddressSanitizerModule()
750 UseOdrIndicator(UseOdrIndicator || ClUseOdrIndicator), in AddressSanitizerModule()
807 bool UseOdrIndicator; member in __anon17c98fd50211::AddressSanitizerModule
1108 bool UseOdrIndicator) { in createAddressSanitizerModulePass() argument
1111 UseOdrIndicator); in createAddressSanitizerModulePass()
2208 } else if (UseOdrIndicator) { in InstrumentGlobals()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp242 bool UseOdrIndicator = CGOpts.SanitizeAddressUseOdrIndicator; in addAddressSanitizerPasses() local
247 UseGlobalsGC, UseOdrIndicator)); in addAddressSanitizerPasses()