HomeSort by relevance Sort by last modified time
    Searched refs:MDDerivedTypeBase (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfo.h 170 MDDerivedTypeBase *N;
173 DIDerivedType(const MDDerivedTypeBase *N = nullptr)
174 : N(const_cast<MDDerivedTypeBase *>(N)) {}
178 operator MDDerivedTypeBase *() const { return N; }
179 MDDerivedTypeBase *operator->() const { return N; }
180 MDDerivedTypeBase &operator*() const { return *N; }
DebugInfoMetadata.h 656 class MDDerivedTypeBase : public MDType {
658 MDDerivedTypeBase(LLVMContext &C, unsigned ID, StorageType Storage,
664 ~MDDerivedTypeBase() = default;
683 class MDDerivedType : public MDDerivedTypeBase {
690 : MDDerivedTypeBase(C, MDDerivedTypeKind, Storage, Tag, Line, SizeInBits,
774 class MDCompositeTypeBase : public MDDerivedTypeBase {
783 : MDDerivedTypeBase(C, ID, Storage, Tag, Line, SizeInBits, AlignInBits,
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 63 if (auto *D = dyn_cast_or_null<MDDerivedTypeBase>(T)) {
178 } else if (auto *DDT = dyn_cast<MDDerivedTypeBase>(DT)) {
Verifier.cpp 309 void visitMDDerivedTypeBase(const MDDerivedTypeBase &N);
782 void Verifier::visitMDDerivedTypeBase(const MDDerivedTypeBase &N) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 542 DIDerivedType DT = cast<MDDerivedTypeBase>(Fields[i]);
598 if (DIDerivedType DTy = dyn_cast<MDDerivedTypeBase>(Ty)) {
665 if (auto *DT = dyn_cast<MDDerivedTypeBase>(BaseType))
    [all...]
DwarfDebug.cpp 180 auto *DT = cast<MDDerivedTypeBase>(Elements[i]);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 274 milliseconds