HomeSort by: relevance | last modified time | path
    Searched defs:Preamble (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_log_writer_test.cc 47 MetadataRecord Preamble[] = {
53 ASSERT_THAT(Writer.writeMetadataRecords(Preamble),
85 MetadataRecord Preamble[] = {
94 ASSERT_THAT(Writer.writeMetadataRecords(Preamble),
109 ASSERT_THAT(Writer.writeMetadataRecords(Preamble),
135 MetadataRecord Preamble[] = {
141 ASSERT_THAT(Writer.writeMetadataRecords(Preamble),
  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
BlockPrinter.h 26 Preamble,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 335 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
347 Preamble ? serialization::MK_Preamble
891 unsigned Preamble =
893 llvm::outs().write((*Buffer)->getBufferStart(), Preamble);
CompilerInstance.cpp 565 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
571 DeserializationListener, OwnDeserializationListener, Preamble,
584 bool Preamble, bool UseGlobalModuleIndex) {
606 Preamble ? serialization::MK_Preamble
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 83 enum class SkipFunctionBodiesScope { None, Preamble, PreambleAndMainFile };
178 /// The files and decls are only local (and non-preamble) ones.
184 /// The set of diagnostics produced when creating the preamble.
203 /// precompiled preamble.
205 /// If zero, we will never build a precompiled preamble. Otherwise,
207 /// without the benefit of a precompiled preamble. When it hits 1,
209 /// building the precompiled preamble fails, we won't try again for
213 /// Counter indicating how often the preamble was build in total.
218 /// Cache contains only source locations from preamble so it is
220 /// This cache is used when loading preamble to increase performanc
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 76 std::string Preamble;
2576 Preamble += "static __NSConstantStringImpl " + S;
2577 Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReference,";
2578 Preamble += "0x000007c8,"; // utf8_str
2583 Preamble += prettyBuf.str();
2584 Preamble += ",";
2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
5085 Preamble += HF;
5852 RewriteObjCProtocolMetaData(ProtDecl, Preamble);
5853 Write_ProtocolExprReferencedMetadata(Context, ProtDecl, Preamble);
    [all...]
RewriteObjC.cpp 75 std::string Preamble;
2503 Preamble += "static __NSConstantStringImpl " + S;
2504 Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReference,";
2505 Preamble += "0x000007c8,"; // utf8_str
2510 Preamble += prettyBuf.str();
2511 Preamble += ",";
2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
4925 RewriteObjCProtocolMetaData(ProtDecl, "", "", Preamble);
4927 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);
4958 Preamble = "#pragma once\n"
    [all...]

Completed in 70 milliseconds