Searched refs:DINamespace (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 225 if (auto *NS = dyn_cast<DINamespace>(this)) in getScope() 244 if (auto *NS = dyn_cast<DINamespace>(this)) in getName() 695 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 699 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, Name, ExportSymbols)); in getImpl() 702 DEFINE_GETIMPL_STORE(DINamespace, (ExportSymbols), Ops); in getImpl()
|
D | DIBuilder.cpp | 180 DINamespace *NS, DIFile *File, in createImportedModule() 818 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace() 826 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name, in createNameSpace()
|
D | DebugInfo.cpp | 99 else if (auto *NS = dyn_cast<DINamespace>(Entity)) in processCompileUnit() 167 } else if (auto *NS = dyn_cast<DINamespace>(Scope)) { in processScope() 841 unwrapDI<DINamespace>(NS), in LLVMDIBuilderCreateImportedModuleFromNamespace()
|
D | LLVMContextImpl.h | 771 template <> struct MDNodeKeyImpl<DINamespace> { 778 MDNodeKeyImpl(const DINamespace *N) 782 bool isKeyOf(const DINamespace *RHS) const {
|
D | AsmWriter.cpp | 2004 static void writeDINamespace(raw_ostream &Out, const DINamespace *N, in writeDINamespace()
|
D | Verifier.cpp | 1184 void Verifier::visitDINamespace(const DINamespace &N) { in visitDINamespace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 103 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DINamespace)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Metadata.def | 102 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DINamespace)
|
D | DIBuilder.h | 726 DINamespace *createNameSpace(DIScope *Scope, StringRef Name, 766 DIImportedEntity *createImportedModule(DIScope *Context, DINamespace *NS,
|
D | DebugInfoMetadata.h | 2025 class DINamespace : public DIScope { 2031 DINamespace(LLVMContext &Context, StorageType Storage, bool ExportSymbols, in DINamespace() function 2036 ~DINamespace() = default; 2038 static DINamespace *getImpl(LLVMContext &Context, DIScope *Scope, 2044 static DINamespace *getImpl(LLVMContext &Context, Metadata *Scope, 2054 DEFINE_MDNODE_GET(DINamespace, 2057 DEFINE_MDNODE_GET(DINamespace,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 624 if (auto *NS = dyn_cast<DINamespace>(Context)) in getOrCreateContextDIE() 720 isa<DINamespace>(Context) || isa<DICommonBlock>(Context)) in updateAcceleratorTables() 755 if (Name.empty() && isa<DINamespace>(Ctx)) in getParentContextString() 1087 DIE *DwarfUnit::getOrCreateNameSpace(const DINamespace *NS) { in getOrCreateNameSpace() 1431 isa<DINamespace>(Context) || isa<DICommonBlock>(Context); in constructEnumTypeDIE()
|
D | DwarfUnit.h | 226 DIE *getOrCreateNameSpace(const DINamespace *NS);
|
D | DwarfCompileUnit.cpp | 1024 if (auto *NS = dyn_cast<DINamespace>(Entity)) in constructImportedEntityDIE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 1637 GET_OR_DISTINCT(DINamespace, in parseOneMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 324 void writeDINamespace(const DINamespace *N, SmallVectorImpl<uint64_t> &Record, 1736 void ModuleBitcodeWriter::writeDINamespace(const DINamespace *N, in writeDINamespace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4785 Result = GET_OR_DISTINCT(DINamespace, in ParseDINamespace()
|