Home
last modified time | relevance | path

Searched +refs:clang +refs:format +refs:extract (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/bin/
H A DMakefile5 SUBDIR= clang \
6 clang-tblgen \
27 clang-format \
37 llvm-extract \
/minix3/external/bsd/llvm/dist/clang/docs/
H A DLibASTMatchers.rst22 interface to extract attributes, source locations, or any other information
56 how to dump a translation unit's AST into a human readable format.
84 <http://clang.llvm.org/doxygen/classclang_1_1ast__matchers_1_1MatchFinder_1_1MatchCallback.html>`_.
119 <http://clang.llvm.org/doxygen/ASTMatchersMacros_8h.html>`_.
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst12 information in LLVM. It describes the :ref:`actual format that the LLVM debug
13 information takes <format>`, which is useful for those interested in creating
49 :ref:`implementation-defined format <ccxx_frontend>` (the C/C++ front-end
132 Debugging information format
171 to start in a canonical format, but the descriptors can include additional
676 In order to handle this, the LLVM debug format uses the metadata attached to
734 metadata !"clang version 3.4 (trunk 193128) (llvm/trunk 193139)",
755 !9 = metadata !{metadata !"clang version 3.4 (trunk 193128) (llvm/trunk 193139)"}
838 The C and C++ front-ends represent information about the program in a format
862 instruction. One can extract line number information encoded in LLVM IR using
[all …]
/minix3/external/bsd/atf/dist/
H A DNEWS11 you require such code, please fetch a copy of the 0.19 release and extract
90 clang.
356 * Removed the atf-format internal utility, which is unused after the
374 * Removed the application/X-atf-tcr format introduced in 0.8 release.
375 Tests now print a much simplified format that is easy to parse and nicer
439 * Test programs no longer print a cryptic format (application/X-atf-tcs)
597 for the format's structure and sample XSLT/CSS files to post-process this
613 * Improved atf-report's CSV output format to include information about
639 format of files written by the developers and users: the Atffiles and the
649 when using the ticker output format.
/minix3/share/mk/
H A Dbsd.README726 OBJECT_FMT Object file format. [set to "ELF" on architectures that
768 TOOL_AMIGATXLT Amige assembly language format translator. [amiga-txlt]
843 TOOL_MIPSELF2ECOFF Convert ELF-format executable to ECOFF for mips.
1862 AR Create, modify, and extract from archives. [ar]
1892 ELF2ECOFF Convert ELF-format executable to ECOFF. [elf2ecoff]
1972 NOCLANGERROR If defined and clang is used as C compiler, -Werror is not
/minix3/external/bsd/libevent/dist/
H A DChangeLog20 o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye)
120 o Refactor event_persist_closure: raise and extract some common logic (bec22b4)
162 o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn)
409 o Add an assert to appease clang's static analyzer (b0ff7eb Sebastian Hahn)
425 o Fix compilation under LLVM/clang with --enable-gcc-warnings (ad9ff58 Sebastian Hahn)
1215 …o When building with GCC, use the "format" attribute to verify type correctness of calls to printf…