Searched refs:TAAParsed (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 175 bool &TAAParsed, // Out. in ParseSectionSpecifier() argument 177 TAAParsed = false; in ParseSectionSpecifier() 225 TAAParsed = true; in ParseSectionSpecifier()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 76 bool &TAAParsed, // Out.
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 492 bool TAAParsed; in emitModuleFlags() local 495 TAA, TAAParsed, StubSize); in emitModuleFlags() 527 bool TAAParsed; in getExplicitSectionGlobal() local 533 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal() 547 if (!TAAParsed) in getExplicitSectionGlobal()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 583 bool TAAParsed; in parseDirectiveSection() local 586 TAA, TAAParsed, StubSize); in parseDirectiveSection()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1237 bool TAAParsed; in ShouldInstrumentGlobal() local 1239 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal()
|