| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | BlockPrinter.cpp | 15 CurrentState = State::Preamble; in visit() 25 CurrentState = State::Preamble; in visit() 30 CurrentState = State::Preamble; in visit() 35 CurrentState = State::Preamble; in visit() 41 if (CurrentState == State::Preamble) in visit()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 78 std::string Preamble; member in __anonc09f721f0111::RewriteModernObjC 2575 Preamble += "static __NSConstantStringImpl " + S; in RewriteObjCStringLiteral() 2576 …Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReferen… in RewriteObjCStringLiteral() 2577 Preamble += "0x000007c8,"; // utf8_str in RewriteObjCStringLiteral() 2582 Preamble += prettyBufS; in RewriteObjCStringLiteral() 2583 Preamble += ","; in RewriteObjCStringLiteral() 2584 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral() 5054 Preamble += HF; in RewriteByRefVar() 5804 RewriteObjCProtocolMetaData(ProtDecl, Preamble); in HandleTranslationUnit() 5805 Write_ProtocolExprReferencedMetadata(Context, ProtDecl, Preamble); in HandleTranslationUnit() [all …]
|
| H A D | RewriteObjC.cpp | 76 std::string Preamble; member in __anonb8493dda0111::RewriteObjC 2501 Preamble += "static __NSConstantStringImpl " + S; in RewriteObjCStringLiteral() 2502 …Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReferen… in RewriteObjCStringLiteral() 2503 Preamble += "0x000007c8,"; // utf8_str in RewriteObjCStringLiteral() 2508 Preamble += prettyBufS; in RewriteObjCStringLiteral() 2509 Preamble += ","; in RewriteObjCStringLiteral() 2510 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral() 4892 RewriteObjCProtocolMetaData(ProtDecl, "", "", Preamble); in HandleTranslationUnit() 4894 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false); in HandleTranslationUnit() 4925 Preamble = "#pragma once\n"; in Initialize() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | SFrame.h | 86 template <endianness E> struct Preamble { struct 93 struct Preamble<E> Preamble; argument
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1156 assert(Preamble && in Parse() 1158 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse() 1358 if (Preamble) { in getMainBufferWithPrecompiledPreamble() 1359 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble() 1373 Preamble.reset(); in getMainBufferWithPrecompiledPreamble() 1389 assert(!Preamble && "No Preamble should be stored at that point"); in getMainBufferWithPrecompiledPreamble() 1412 if (SkipFunctionBodies == SkipFunctionBodiesScope::Preamble) in getMainBufferWithPrecompiledPreamble() 1424 Preamble = std::move(*NewPreamble); in getMainBufferWithPrecompiledPreamble() 1444 assert(Preamble && "Preamble wasn't built"); in getMainBufferWithPrecompiledPreamble() 1468 assert(Preamble && "Should only be called when preamble was built"); in RealizeTopLevelDeclsFromPreamble() [all …]
|
| H A D | FrontendActions.cpp | 357 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; in ExecuteAction() local 369 Preamble ? serialization::MK_Preamble in ExecuteAction() 1145 unsigned Preamble = in ExecuteAction() local 1147 llvm::outs().write((*Buffer)->getBufferStart(), Preamble); in ExecuteAction()
|
| H A D | CompilerInstance.cpp | 613 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; in createPCHExternalASTSource() local 619 DeserializationListener, OwnDeserializationListener, Preamble, in createPCHExternalASTSource() 631 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument 660 Preamble ? serialization::MK_Preamble in createPCHExternalASTSource()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | BlockPrinter.h | 27 Preamble, enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 83 enum class SkipFunctionBodiesScope { None, Preamble, PreambleAndMainFile }; enumerator 239 std::optional<PrecompiledPreamble> Preamble; variable
|
| H A D | CompilerInstance.h | 726 bool Preamble, bool UseGlobalModuleIndex);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 905 void setPreambleFileID(FileID Preamble) { in setPreambleFileID() argument 907 PreambleFileID = Preamble; in setPreambleFileID()
|
| /freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
| H A D | LICENSE | 30 Preamble 283 Preamble
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | THIRDPARTYLICENSE.gplv2 | 9 Preamble
|
| /freebsd/gnu/ |
| H A D | COPYING | 9 Preamble
|
| /freebsd/sys/contrib/zstd/ |
| H A D | COPYING | 9 Preamble
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 790 StringRef Preamble = IsStartOfBundle ? " { " : " "; in printInst() local 795 OS << Preamble; in printInst()
|
| /freebsd/contrib/dialog/ |
| H A D | COPYING | 13 Preamble
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | COPYING.gplv3 | 8 Preamble
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 144 @Preamble{"\input bibnames.sty " # "\input path.sty " # "\def \TM {${}^{\sc TM}$} " # "\hyphenation…
|