Home
last modified time | relevance | path

Searched refs:createSlotTracker (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DAsmWriter.cpp663 static SlotTracker *createSlotTracker(const Module *M) { in createSlotTracker() function
667 static SlotTracker *createSlotTracker(const Value *V) { in createSlotTracker() function
1876 if ((Machine = createSlotTracker(V))) { in WriteAsOperandInternal()
1881 } else if ((Machine = createSlotTracker(V))) { in WriteAsOperandInternal()
2019 : Out(o), TheModule(M), ModuleSlotTracker(createSlotTracker(M)), in AssemblyWriter()