Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Data

472   // Handle thread local data for mach-o which requires us to output an
473 // additional structure of data and mangle the original symbol so that we
567 // Emit the prefix data.
602 // Emit the prologue data.
1492 // Ignore debug and non-emitted data. This handles llvm.compiler.used.
1846 StringRef Data = V->getRawDataValues();
1847 assert(!Data.empty() && "Empty aggregates should be CAZ node");
1848 char C = Data[0];
1849 for (unsigned i = 1, e = Data.size(); i != e; ++i)
1850 if (Data[i] != C) return -1;
2050 // The bit width of the data is not a multiple of 64-bits.
2056 // * Realign the raw data to emit the chunks of 64-bits.
2058 // Basically the structure of the raw data is a chunk of 64-bits cells:
2073 // We don't expect assemblers to support integer data directives
2074 // for more than 64 bits, so we emit the data in at most 64-bit