Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp185 bool &TAAParsed, // Out. in ParseSectionSpecifier() argument
187 TAAParsed = false; in ParseSectionSpecifier()
234 TAAParsed = true; in ParseSectionSpecifier()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h75 bool &TAAParsed, // Out.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1256 bool TAAParsed; in emitModuleMetadata() local
1258 SectionVal, Segment, Section, TAA, TAAParsed, StubSize)) { in emitModuleMetadata()
1306 bool TAAParsed; in getExplicitSectionGlobal() local
1311 SectionName, Segment, Section, TAA, TAAParsed, StubSize)) { in getExplicitSectionGlobal()
1324 if (!TAAParsed) in getExplicitSectionGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp692 bool TAAParsed; in parseDirectiveSection() local
694 SectionSpec, Segment, Section, TAA, TAAParsed, StubSize)) in parseDirectiveSection()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2115 bool TAAParsed; in shouldInstrumentGlobal() local
2117 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize)); in shouldInstrumentGlobal()