- 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.
- 案例式C語言程序設計
- Java EE 6 企業級應用開發教程
- Python進階編程:編寫更高效、優雅的Python代碼
- Mastering Python High Performance
- JavaScript入門經典
- 零基礎學單片機C語言程序設計
- 利用Python進行數據分析
- 從零開始:UI圖標設計與制作(第3版)
- QGIS 2 Cookbook
- PHP與MySQL權威指南
- Appcelerator Titanium:Patterns and Best Practices
- C語言程序設計實踐
- INSTANT JQuery Flot Visual Data Analysis
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Wearable:Tech Projects with the Raspberry Pi Zero