Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1162 StringRef ParsedSegment, ParsedSection; in ShouldInstrumentGlobal() local
1166 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal()
1168 report_fatal_error("Invalid section specifier '" + ParsedSection + in ShouldInstrumentGlobal()
1176 (ParsedSegment == "__DATA" && ParsedSection.startswith("__objc_"))) { in ShouldInstrumentGlobal()
1188 if (ParsedSegment == "__DATA" && ParsedSection == "__cfstring") { in ShouldInstrumentGlobal()