Searched refs:ParsedSegment (Results 1 – 1 of 1) sorted by relevance
2113 StringRef ParsedSegment, ParsedSection; in shouldInstrumentGlobal() local2117 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize)); in shouldInstrumentGlobal()2122 if (ParsedSegment == "__OBJC" || in shouldInstrumentGlobal()2123 (ParsedSegment == "__DATA" && ParsedSection.starts_with("__objc_"))) { in shouldInstrumentGlobal()2135 if (ParsedSegment == "__DATA" && ParsedSection == "__cfstring") { in shouldInstrumentGlobal()2141 if (ParsedSegment == "__TEXT" && (TAA & MachO::S_CSTRING_LITERALS)) { in shouldInstrumentGlobal()