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

  /external/llvm/include/llvm/IR/
DIBuilder.h 263 MDCompositeType *createClassType(MDScope *Scope, StringRef Name,
283 MDCompositeType *createStructType(
300 MDCompositeType *createUnionType(MDScope *Scope, StringRef Name,
351 MDCompositeType *createArrayType(uint64_t Size, uint64_t AlignInBits,
359 MDCompositeType *createVectorType(uint64_t Size, uint64_t AlignInBits,
373 MDCompositeType *createEnumerationType(
396 MDCompositeType *createForwardDecl(unsigned Tag, StringRef Name,
404 MDCompositeType *createReplaceableCompositeType(
    [all...]
DebugInfoMetadata.h 46 /// \a MDCompositeType can be referenced via an \a MDString unique identifier.
653 /// \brief Base class for MDDerivedType and MDCompositeType.
771 /// \brief Base class for MDCompositeType and MDSubroutineType.
791 /// \note Calling this is only valid for \a MDCompositeType. This assertion
842 class MDCompositeType : public MDCompositeTypeBase {
846 MDCompositeType(LLVMContext &C, StorageType Storage, unsigned Tag,
853 ~MDCompositeType() = default;
855 static MDCompositeType *
868 static MDCompositeType *
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 373 MDCompositeType *DIBuilder::createClassType(
381 auto *R = MDCompositeType::get(
393 MDCompositeType *DIBuilder::createStructType(
398 auto *R = MDCompositeType::get(
409 MDCompositeType* DIBuilder::createUnionType(MDScope * Scope, StringRef Name,
416 auto *R = MDCompositeType::get(
433 MDCompositeType *DIBuilder::createEnumerationType(
437 auto *CTy = MDCompositeType::get(
449 MDCompositeType *DIBuilder::createArrayType(uint64_t Size, uint64_t AlignInBits,
451 auto *R = MDCompositeType::get(VMContext, dwarf::DW_TAG_array_type, ""
    [all...]
DebugInfoMetadata.cpp 269 MDCompositeType *MDCompositeType::getImpl(
277 DEFINE_GETIMPL_LOOKUP(MDCompositeType,
284 DEFINE_GETIMPL_STORE(MDCompositeType, (Tag, Line, RuntimeLang, SizeInBits,
DebugInfo.cpp 81 if (!isa<MDCompositeType>(Retain[Ti]))
83 auto *Ty = cast<MDCompositeType>(Retain[Ti]);
LLVMContextImpl.h 373 template <> struct MDNodeKeyImpl<MDCompositeType> {
401 MDNodeKeyImpl(const MDCompositeType *N)
411 bool isKeyOf(const MDCompositeType *RHS) const {
    [all...]
Verifier.cpp 847 void Verifier::visitMDCompositeType(const MDCompositeType &N) {
    [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 120 if (auto *CT = dyn_cast<MDCompositeType>(T)) {
  /external/clang/lib/CodeGen/
CGDebugInfo.h 59 llvm::MDCompositeType *ObjTy = nullptr;
132 llvm::MDCompositeType *CreateLimitedType(const RecordType *Ty);
134 llvm::MDCompositeType *CT);
328 llvm::MDCompositeType *getOrCreateRecordFwdDecl(const RecordType *,
CGDebugInfo.cpp 640 llvm::MDCompositeType *
645 return cast<llvm::MDCompositeType>(T);
661 llvm::MDCompositeType *RetTy = DBuilder.createReplaceableCompositeType(
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 109 return MDCompositeType::getDistinct(
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 881 static void WriteMDCompositeType(const MDCompositeType *N
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 504 milliseconds