HomeSort by: relevance | last modified time | path
    Searched defs:ModuleSlotTracker (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSlotTracker.h 1 //===-- llvm/IR/ModuleSlotTracker.h -----------------------------*- C++ -*-===//
27 /// If the IR changes from underneath \a ModuleSlotTracker, strings like
29 class ModuleSlotTracker {
41 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
51 explicit ModuleSlotTracker(const Module *M,
55 ~ModuleSlotTracker();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 60 #include "llvm/IR/ModuleSlotTracker.h"
877 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M,
881 ModuleSlotTracker::ModuleSlotTracker(const Module *M,
886 ModuleSlotTracker::~ModuleSlotTracker() = default;
888 SlotTracker *ModuleSlotTracker::getMachine() {
899 void ModuleSlotTracker::incorporateFunction(const Function &F) {
913 int ModuleSlotTracker::getLocalSlot(const Value *V)
    [all...]

Completed in 45 milliseconds