Home
last modified time | relevance | path

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/
DDebugInfoMetadata.cpp225 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()
DDIBuilder.cpp180 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()
DLLVMContextImpl.h771 template <> struct MDNodeKeyImpl<DINamespace> {
778 MDNodeKeyImpl(const DINamespace *N)
782 bool isKeyOf(const DINamespace *RHS) const {
DDebugInfo.cpp99 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()
DAsmWriter.cpp2004 static void writeDINamespace(raw_ostream &Out, const DINamespace *N, in writeDINamespace()
DVerifier.cpp1184 void Verifier::visitDINamespace(const DINamespace &N) { in visitDINamespace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.def103 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DINamespace)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.def102 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DINamespace)
DDIBuilder.h726 DINamespace *createNameSpace(DIScope *Scope, StringRef Name,
766 DIImportedEntity *createImportedModule(DIScope *Context, DINamespace *NS,
DDebugInfoMetadata.h2025 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/
DDwarfUnit.cpp624 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()
DDwarfUnit.h226 DIE *getOrCreateNameSpace(const DINamespace *NS);
DDwarfCompileUnit.cpp1024 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/
DMetadataLoader.cpp1637 GET_OR_DISTINCT(DINamespace, in parseOneMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp324 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/
DLLParser.cpp4785 Result = GET_OR_DISTINCT(DINamespace, in ParseDINamespace()