|
LLVM 22.0.0git
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/DebugInfo/CodeView/TypeRecord.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Error.h"#include "llvm/Support/YAMLTraits.h"#include <cstdint>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| struct | llvm::CodeViewYAML::MemberRecord |
| struct | llvm::CodeViewYAML::LeafRecord |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::codeview |
| namespace | llvm::CodeViewYAML |
| namespace | llvm::CodeViewYAML::detail |
Functions | |
| LLVM_ABI std::vector< LeafRecord > | llvm::CodeViewYAML::fromDebugT (ArrayRef< uint8_t > DebugTorP, StringRef SectionName) |
| LLVM_ABI ArrayRef< uint8_t > | llvm::CodeViewYAML::toDebugT (ArrayRef< LeafRecord >, BumpPtrAllocator &Alloc, StringRef SectionName) |