Searched refs:Preamble (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp74 std::string Preamble; member in class:__anon17972::RewriteModernObjC
2608 Preamble += "static __NSConstantStringImpl " + S;
2609 Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReference,";
2610 Preamble += "0x000007c8,"; // utf8_str
2615 Preamble += prettyBuf.str();
2616 Preamble += ",";
2617 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
5213 Preamble += HF;
5981 RewriteObjCProtocolMetaData(*I, Preamble);
5982 Write_ProtocolExprReferencedMetadata(Context, (*I), Preamble);
[all...]
H A DRewriteObjC.cpp74 std::string Preamble; member in class:__anon17975::RewriteObjC
2507 Preamble += "static __NSConstantStringImpl " + S;
2508 Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReference,";
2509 Preamble += "0x000007c8,"; // utf8_str
2514 Preamble += prettyBuf.str();
2515 Preamble += ",";
2516 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
4970 RewriteObjCProtocolMetaData(*I, "", "", Preamble);
4972 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);
5003 Preamble
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemset.S28 ! Preamble to LongLoop which generates 4*8 bytes per interation (5 cycles)
45 ! Preamble to LongishLoop which generates 1*8 bytes per interation (2 cycles)
/external/clang/lib/Frontend/
H A DASTUnit.cpp1119 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size();
1384 Preamble.clear();
1392 if (!Preamble.empty()) {
1397 if (Preamble.size() == NewPreamble.second.first &&
1399 memcmp(Preamble.getBufferStart(), NewPreamble.first->getBufferStart(),
1480 Preamble.clear();
1514 Preamble.assign(FileMgr->getFile(MainFilename),
1523 NewPreamble.first->getBuffer().slice(0, Preamble.size()), MainFilename);
1554 Preamble.clear();
1600 Preamble
[all...]
H A DFrontendActions.cpp383 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; local
394 Preamble ? serialization::MK_Preamble
682 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first; local
683 llvm::outs().write(Buffer->getBufferStart(), Preamble);
H A DCompilerInstance.cpp392 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; local
396 DeserializationListener, OwnDeserializationListener, Preamble,
406 bool Preamble, bool UseGlobalModuleIndex) {
422 Preamble ? serialization::MK_Preamble
402 createPCHExternalASTSource( StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
/external/clang/include/clang/Frontend/
H A DASTUnit.h224 return Preamble;
257 PreambleData Preamble; member in class:clang::ASTUnit
H A DCompilerInstance.h594 bool Preamble, bool UseGlobalModuleIndex);
/external/clang/include/clang/Basic/
H A DSourceManager.h761 void setPreambleFileID(FileID Preamble) { argument
763 PreambleFileID = Preamble;
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl277 Preamble

Completed in 1244 milliseconds