Searched refs:ParsedSection (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1305 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1702 StringRef ParsedSegment, ParsedSection; in ShouldInstrumentGlobal() local 1706 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal() 1713 (ParsedSegment == "__DATA" && ParsedSection.startswith("__objc_"))) { in ShouldInstrumentGlobal() 1725 if (ParsedSegment == "__DATA" && ParsedSection == "__cfstring") { in ShouldInstrumentGlobal()
|