Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionMachO.cpp175 bool &TAAParsed, // Out. in ParseSectionSpecifier() argument
177 TAAParsed = false; in ParseSectionSpecifier()
225 TAAParsed = true; in ParseSectionSpecifier()
/external/llvm/include/llvm/MC/
DMCSectionMachO.h76 bool &TAAParsed, // Out.
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp492 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/
DDarwinAsmParser.cpp583 bool TAAParsed; in parseDirectiveSection() local
586 TAA, TAAParsed, StubSize); in parseDirectiveSection()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1237 bool TAAParsed; in ShouldInstrumentGlobal() local
1239 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal()