Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1972 StringRef ParsedSegment, ParsedSection; in shouldInstrumentGlobal() local
1976 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize)); in shouldInstrumentGlobal()
1982 (ParsedSegment == "__DATA" && ParsedSection.startswith("__objc_"))) { in shouldInstrumentGlobal()
1994 if (ParsedSegment == "__DATA" && ParsedSection == "__cfstring") { in shouldInstrumentGlobal()