OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlotTracker
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
AsmWriter.h
34
class
SlotTracker
;
36
/// Create a new
SlotTracker
for a Module
37
SlotTracker
*createSlotTracker(const Module *M);
71
std::unique_ptr<
SlotTracker
> ModuleSlotTracker;
72
SlotTracker
&Machine;
78
/// Construct an AssemblyWriter with an external
SlotTracker
79
AssemblyWriter(formatted_raw_ostream &o,
SlotTracker
&Mac,
82
/// Construct an AssemblyWriter with an internally allocated
SlotTracker
AsmWriter.cpp
298
//
SlotTracker
Class: Enumerate slot numbers for unnamed values
302
class
SlotTracker
{
332
explicit
SlotTracker
(const Module *M);
334
explicit
SlotTracker
(const Function *F);
337
/// plane. If something is not in the
SlotTracker
, return -1.
344
/// this method to get its data into the
SlotTracker
.
351
/// most recently incorporated function from the
SlotTracker
. This
393
SlotTracker
(const
SlotTracker
&) LLVM_DELETED_FUNCTION;
394
void operator=(const
SlotTracker
&) LLVM_DELETED_FUNCTION
[
all
...]
Completed in 1160 milliseconds