/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 | 77 std::string Preamble; member in __anonc09f721f0111::RewriteModernObjC 2576 Preamble += "static __NSConstantStringImpl " + S; in RewriteObjCStringLiteral() 2577 …Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReferen… in RewriteObjCStringLiteral() 2578 Preamble += "0x000007c8,"; // utf8_str in RewriteObjCStringLiteral() 2583 Preamble += prettyBufS; in RewriteObjCStringLiteral() 2584 Preamble += ","; in RewriteObjCStringLiteral() 2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral() 5070 Preamble += HF; in RewriteByRefVar() 5838 RewriteObjCProtocolMetaData(ProtDecl, Preamble); in HandleTranslationUnit() 5839 Write_ProtocolExprReferencedMetadata(Context, ProtDecl, Preamble); in HandleTranslationUnit() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1155 assert(Preamble && in Parse() 1157 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse() 1357 if (Preamble) { in getMainBufferWithPrecompiledPreamble() 1358 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble() 1372 Preamble.reset(); in getMainBufferWithPrecompiledPreamble() 1388 assert(!Preamble && "No Preamble should be stored at that point"); in getMainBufferWithPrecompiledPreamble() 1411 if (SkipFunctionBodies == SkipFunctionBodiesScope::Preamble) in getMainBufferWithPrecompiledPreamble() 1423 Preamble = std::move(*NewPreamble); in getMainBufferWithPrecompiledPreamble() 1443 assert(Preamble && "Preamble wasn't built"); in getMainBufferWithPrecompiledPreamble() 1467 assert(Preamble && "Should only be called when preamble was built"); in RealizeTopLevelDeclsFromPreamble() [all …]
|
H A D | FrontendActions.cpp | 341 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; in ExecuteAction() local 353 Preamble ? serialization::MK_Preamble in ExecuteAction() 1117 unsigned Preamble = in ExecuteAction() local 1119 llvm::outs().write((*Buffer)->getBufferStart(), Preamble); in ExecuteAction()
|
H A D | CompilerInstance.cpp | 614 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; in createPCHExternalASTSource() local 620 DeserializationListener, OwnDeserializationListener, Preamble, in createPCHExternalASTSource() 633 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 | 26 Preamble, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 83 enum class SkipFunctionBodiesScope { None, Preamble, PreambleAndMainFile }; enumerator 227 std::optional<PrecompiledPreamble> Preamble; variable
|
H A D | CompilerInstance.h | 750 bool Preamble, bool UseGlobalModuleIndex);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 901 void setPreambleFileID(FileID Preamble) { in setPreambleFileID() argument 903 PreambleFileID = Preamble; in setPreambleFileID()
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 30 Preamble 283 Preamble
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 736 auto Preamble = " { "; in printInst() local 759 OS << Preamble; in printInst() 760 Preamble = " "; in printInst()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | THIRDPARTYLICENSE.gplv2 | 9 Preamble
|
/freebsd/gnu/ |
H A D | COPYING | 9 Preamble
|
/freebsd/contrib/diff/ |
H A D | COPYING | 9 Preamble
|
/freebsd/sys/contrib/zstd/ |
H A D | COPYING | 9 Preamble
|
/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…
|