Searched refs:TAAParsed (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 185 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 D | MCSectionMachO.h | 75 bool &TAAParsed, // Out.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1256 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 D | DarwinAsmParser.cpp | 692 bool TAAParsed; in parseDirectiveSection() local 694 SectionSpec, Segment, Section, TAA, TAAParsed, StubSize)) in parseDirectiveSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 2115 bool TAAParsed; in shouldInstrumentGlobal() local 2117 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize)); in shouldInstrumentGlobal()
|