Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2113 StringRef ParsedSegment, ParsedSection; in shouldInstrumentGlobal() local
2117 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize)); in shouldInstrumentGlobal()
2123 (ParsedSegment == "__DATA" && ParsedSection.starts_with("__objc_"))) { in shouldInstrumentGlobal()
2135 if (ParsedSegment == "__DATA" && ParsedSection == "__cfstring") { in shouldInstrumentGlobal()