LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
MCFunction.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCInst.h"
#include <string>
#include <vector>
Include dependency graph for MCFunction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::MCBasicBlock
 Basic block containing a sequence of disassembled instructions. The basic block is backed by an MCTextAtom, which holds the instructions, and the address range it covers. Create a basic block using MCFunction::createBlock. More...
 
class  llvm::MCFunction
 Represents a function in machine code, containing MCBasicBlocks. MCFunctions are created by MCModule. More...
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.