- LLVM Essentials
- Suyog Sarda Mayur Pandey
- 195字
- 2021-07-30 09:55:51
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The LLVM Pass Manager
uses the explicitly mentioned dependency information."
A block of code is set as follows:
int add(int a) { return globvar + a; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Value *StartVal = Builder.getInt32(1); Value *Res = createLoop(Builder, List, VL, StartVal, Arg2); Builder.CreateRet(Res);
Any command-line input or output is written as follows:
$ clang -emit-llvm -c -S add.c $ cat add.ll
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- HTML5+CSS3王者歸來
- Microsoft Dynamics 365 Extensions Cookbook
- Python自動化運維快速入門(第2版)
- 跟老齊學(xué)Python:輕松入門
- Flask Web開發(fā)入門、進階與實戰(zhàn)
- Linux網(wǎng)絡(luò)程序設(shè)計:基于龍芯平臺
- Learning DHTMLX Suite UI
- C語言程序設(shè)計上機指導(dǎo)與習(xí)題解答(第2版)
- Access 2010中文版項目教程
- ExtJS Web應(yīng)用程序開發(fā)指南第2版
- Zabbix Performance Tuning
- 大數(shù)據(jù)時代的企業(yè)升級之道(全3冊)
- 深入淺出Python數(shù)據(jù)分析
- Instant GLEW
- Java Web開發(fā)基礎(chǔ)與案例教程