Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1850 StringRef ParsedSegment, ParsedSection; in shouldInstrumentGlobal() local
1854 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize)); in shouldInstrumentGlobal()
1860 (ParsedSegment == "__DATA" && ParsedSection.startswith("__objc_"))) { in shouldInstrumentGlobal()
1872 if (ParsedSegment == "__DATA" && ParsedSection == "__cfstring") { in shouldInstrumentGlobal()