LLVM: include/llvm/DebugInfo/LogicalView/Core/LVReader.h File Reference (original) (raw)
Go to the source code of this file.
| Namespaces | |
|---|---|
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::logicalview |
◆ LV_CREATE_OBJECT
| #define LV_CREATE_OBJECT | ( | KIND | ) |
|---|
Value:
return new (Allocated##KIND.Allocate()) LV##KIND(); \
}
#define KIND(ENUM, FIELD)
Definition at line 214 of file LVReader.h.
◆ LV_OBJECT_ALLOCATOR
| #define LV_OBJECT_ALLOCATOR | ( | KIND | ) |
|---|
Value:
A BumpPtrAllocator that allows only elements of a specific type to be allocated.
Definition at line 82 of file LVReader.h.