LLVM
15.0.0git
|
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::codeview | |
Functions | |
bool | llvm::codeview::isUdtForwardRef (CVType CVT) |
Given an arbitrary codeview type, determine if it is an LF_STRUCTURE, LF_CLASS, LF_INTERFACE, LF_UNION, or LF_ENUM with the forward ref class option. More... | |
TypeIndex | llvm::codeview::getModifiedType (const CVType &CVT) |
Given a CVType which is assumed to be an LF_MODIFIER, return the TypeIndex of the type that the LF_MODIFIER modifies. More... | |
bool | llvm::codeview::isIdRecord (TypeLeafKind K) |
Return true if this record should be in the IPI stream of a PDB. More... | |