Home
last modified time | relevance | path

Searched refs:Preamble (Results 1 – 25 of 48) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DBlockPrinter.cpp15 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()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfdr_log_writer_test.cpp46 MetadataRecord Preamble[] = { in TEST() local
52 ASSERT_THAT(Writer.writeMetadataRecords(Preamble), in TEST()
84 MetadataRecord Preamble[] = { in TEST() local
93 ASSERT_THAT(Writer.writeMetadataRecords(Preamble), in TEST()
108 ASSERT_THAT(Writer.writeMetadataRecords(Preamble), in TEST()
134 MetadataRecord Preamble[] = { in TEST() local
140 ASSERT_THAT(Writer.writeMetadataRecords(Preamble), in TEST()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp77 std::string Preamble; member in __anon2abafbd60111::RewriteModernObjC
2577 Preamble += "static __NSConstantStringImpl " + S; in RewriteObjCStringLiteral()
2578Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReferen… in RewriteObjCStringLiteral()
2579 Preamble += "0x000007c8,"; // utf8_str in RewriteObjCStringLiteral()
2584 Preamble += prettyBuf.str(); in RewriteObjCStringLiteral()
2585 Preamble += ","; in RewriteObjCStringLiteral()
2586 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
5073 Preamble += HF; in RewriteByRefVar()
5841 RewriteObjCProtocolMetaData(ProtDecl, Preamble); in HandleTranslationUnit()
5842 Write_ProtocolExprReferencedMetadata(Context, ProtDecl, Preamble); in HandleTranslationUnit()
[all …]
H A DRewriteObjC.cpp75 std::string Preamble; member in __anon40098a510111::RewriteObjC
2503 Preamble += "static __NSConstantStringImpl " + S; in RewriteObjCStringLiteral()
2504Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReferen… in RewriteObjCStringLiteral()
2505 Preamble += "0x000007c8,"; // utf8_str in RewriteObjCStringLiteral()
2510 Preamble += prettyBuf.str(); in RewriteObjCStringLiteral()
2511 Preamble += ","; in RewriteObjCStringLiteral()
2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
4913 RewriteObjCProtocolMetaData(ProtDecl, "", "", Preamble); in HandleTranslationUnit()
4915 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false); in HandleTranslationUnit()
4946 Preamble = "#pragma once\n"; in Initialize()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1135 assert(Preamble && in Parse()
1137 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()
1337 if (Preamble) { in getMainBufferWithPrecompiledPreamble()
1338 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble()
1352 Preamble.reset(); in getMainBufferWithPrecompiledPreamble()
1368 assert(!Preamble && "No Preamble should be stored at that point"); in getMainBufferWithPrecompiledPreamble()
1391 if (SkipFunctionBodies == SkipFunctionBodiesScope::Preamble) in getMainBufferWithPrecompiledPreamble()
1402 Preamble = std::move(*NewPreamble); in getMainBufferWithPrecompiledPreamble()
1422 assert(Preamble && "Preamble wasn't built"); in getMainBufferWithPrecompiledPreamble()
1446 assert(Preamble && "Should only be called when preamble was built"); in RealizeTopLevelDeclsFromPreamble()
[all …]
H A DFrontendActions.cpp305 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; in ExecuteAction() local
317 Preamble ? serialization::MK_Preamble in ExecuteAction()
1050 unsigned Preamble = in ExecuteAction() local
1052 llvm::outs().write((*Buffer)->getBufferStart(), Preamble); in ExecuteAction()
H A DCompilerInstance.cpp622 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; in createPCHExternalASTSource() local
628 DeserializationListener, OwnDeserializationListener, Preamble, in createPCHExternalASTSource()
641 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
668 Preamble ? serialization::MK_Preamble in createPCHExternalASTSource()
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DBlockPrinter.h26 Preamble, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h82 enum class SkipFunctionBodiesScope { None, Preamble, PreambleAndMainFile }; enumerator
224 std::optional<PrecompiledPreamble> Preamble; variable
H A DCompilerInstance.h676 bool Preamble, bool UseGlobalModuleIndex);
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/
H A DBUILD.gn119 "Preamble.cpp",
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h865 void setPreambleFileID(FileID Preamble) { in setPreambleFileID() argument
867 PreambleFileID = Preamble; in setPreambleFileID()
/openbsd-src/gnu/usr.bin/perl/
H A DArtistic7 Preamble
H A DCopying11 Preamble
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlartistic.pod30 =head2 Preamble section in The "Artistic License"
H A Dperlgpl.pod45 Preamble
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DLICENSE30 Preamble
283 Preamble
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp574 auto Preamble = " { "; in printInst() local
597 OS << Preamble; in printInst()
598 Preamble = " "; in printInst()
/openbsd-src/gnu/usr.bin/cvs/
H A DCOPYING12 Preamble
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DCOPYING9 Preamble
/openbsd-src/gnu/usr.bin/texinfo/
H A DCOPYING9 Preamble
/openbsd-src/gnu/usr.bin/binutils/include/
H A DCOPYING9 Preamble
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DCOPYING9 Preamble
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCOPYING9 Preamble
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A DCOPYING9 Preamble

12