HomeSort by relevance Sort by last modified time
    Searched defs:ModuleSlotTracker (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
ModuleSlotTracker.h 1 //===-- llvm/IR/ModuleSlotTracker.h -----------------------------*- C++ -*-===//
28 /// If the IR changes from underneath \a ModuleSlotTracker, strings like
30 class ModuleSlotTracker {
40 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
50 explicit ModuleSlotTracker(const Module *M,
54 ~ModuleSlotTracker();
  /external/llvm/lib/IR/
AsmWriter.cpp 33 #include "llvm/IR/ModuleSlotTracker.h"
678 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M,
682 ModuleSlotTracker::ModuleSlotTracker(const Module *M,
688 ModuleSlotTracker::~ModuleSlotTracker() {}
690 void ModuleSlotTracker::incorporateFunction(const Function &F) {
703 int ModuleSlotTracker::getLocalSlot(const Value *V) {
    [all...]

Completed in 631 milliseconds