mini-llvm 0.1.0
Loading...
Searching...
No Matches
Module.h File Reference
#include <cstddef>
#include <format>
#include <iterator>
#include <list>
#include <memory>
#include <ranges>
#include <string>
#include <string_view>
#include <utility>
#include "mini-llvm/mir/Function.h"
#include "mini-llvm/mir/GlobalVar.h"
#include "mini-llvm/utils/Compiler.h"
#include "mini-llvm/utils/IndirectIterator.h"
Include dependency graph for Module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mini_llvm::mir::Module
struct  std::formatter< mini_llvm::mir::Module >

Namespaces

namespace  mini_llvm
namespace  mini_llvm::mir

Functions

auto mini_llvm::mir::globalVars (Module &M)
auto mini_llvm::mir::globalVars (const Module &M)
auto mini_llvm::mir::functions (Module &M)
auto mini_llvm::mir::functions (const Module &M)
MINI_LLVM_EXPORT GlobalVarmini_llvm::mir::getGlobalVarByName (Module &M, std::string_view name)
MINI_LLVM_EXPORT const GlobalVarmini_llvm::mir::getGlobalVarByName (const Module &M, std::string_view name)
MINI_LLVM_EXPORT Functionmini_llvm::mir::getFunctionByName (Module &M, std::string_view name)
MINI_LLVM_EXPORT const Functionmini_llvm::mir::getFunctionByName (const Module &M, std::string_view name)