HomeSort by relevance Sort by last modified time
    Searched refs:Preamble (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 74 std::string Preamble;
    [all...]
RewriteObjC.cpp 74 std::string Preamble;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memset.S 28 ! 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/
ASTUnit.cpp 83 /// \brief The file in which the precompiled preamble is stored.
93 /// \brief Erase the preamble file.
96 /// \brief Erase temporary files and the preamble file.
204 /// \brief After failing to build a precompiled preamble (due to
205 /// errors in the source that occurs in the preamble), the number of
207 /// preamble.
242 // Clean up the temporary files and the preamble file.
    [all...]
FrontendActions.cpp 383 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
394 Preamble ? serialization::MK_Preamble
682 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first;
683 llvm::outs().write(Buffer->getBufferStart(), Preamble);
CompilerInstance.cpp 392 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
396 DeserializationListener, OwnDeserializationListener, Preamble,
406 bool Preamble, bool UseGlobalModuleIndex) {
422 Preamble ? serialization::MK_Preamble
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 150 /// The files and decls are only local (and non-preamble) ones.
156 /// \brief The set of diagnostics produced when creating the preamble.
175 /// precompiled preamble.
177 /// If zero, we will never build a precompiled preamble. Otherwise,
179 /// without the benefit of a precompiled preamble. When it hits 1,
181 /// building the precompiled preamble fails, we won't try again for
224 return Preamble;
227 /// Data used to determine if a file used in the preamble has been changed.
255 /// \brief The contents of the preamble that has been precompiled to
257 PreambleData Preamble;
    [all...]
CompilerInstance.h 594 bool Preamble, bool UseGlobalModuleIndex);
  /external/clang/include/clang/Basic/
SourceManager.h 658 /// \brief The file ID for the precompiled preamble there is one.
760 /// \brief Set the file ID for the precompiled preamble.
761 void setPreambleFileID(FileID Preamble) {
763 PreambleFileID = Preamble;
766 /// \brief Get the file ID for the precompiled preamble if there is one.
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 277 Preamble

Completed in 239 milliseconds