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

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

Completed in 69 milliseconds