Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1305 StringRef ParsedSegment, ParsedSection; in ShouldInstrumentGlobal() local
1309 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal()
1316 (ParsedSegment == "__DATA" && ParsedSection.startswith("__objc_"))) { in ShouldInstrumentGlobal()
1328 if (ParsedSegment == "__DATA" && ParsedSection == "__cfstring") { in ShouldInstrumentGlobal()