LLVM API Documentation

Classes | Namespaces | Functions
JumpInstrTables.h File Reference

An implementation of tables consisting of jump instructions. More...

#include "llvm/ADT/DenseMap.h"
#include "llvm/Pass.h"
#include "llvm/Target/TargetOptions.h"
Include dependency graph for JumpInstrTables.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::JumpInstrTables
struct  llvm::JumpInstrTables::TableMeta
 The metadata used while a jump table is being built.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

ModulePassllvm::createJumpInstrTablesPass (JumpTable::JumpTableType JTT)
 Creates a JumpInstrTables pass for the given type of jump table.

Detailed Description

An implementation of tables consisting of jump instructions.

Definition in file JumpInstrTables.h.