Home
last modified time | relevance | path

Searched refs:DINamespace (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/opt/
H A DBreakpointPrinter.cpp31 if (auto *NS = dyn_cast<DINamespace>(Context)) { in getContextName()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp247 if (auto *NS = dyn_cast<DINamespace>(this)) in getScope()
266 if (auto *NS = dyn_cast<DINamespace>(this)) in getName()
919 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl()
923 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, Name, ExportSymbols)); in getImpl()
926 DEFINE_GETIMPL_STORE(DINamespace, (ExportSymbols), Ops); in getImpl()
H A DDIBuilder.cpp181 DINamespace *NS, DIFile *File, in createImportedModule()
874 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace()
882 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name, in createNameSpace()
H A DDebugInfo.cpp185 else if (auto *NS = dyn_cast<DINamespace>(Entity)) in processCompileUnit()
251 } else if (auto *NS = dyn_cast<DINamespace>(Scope)) { in processScope()
965 unwrapDI<DINamespace>(NS), in LLVMDIBuilderCreateImportedModuleFromNamespace()
H A DLLVMContextImpl.h840 template <> struct MDNodeKeyImpl<DINamespace> {
847 MDNodeKeyImpl(const DINamespace *N)
851 bool isKeyOf(const DINamespace *RHS) const {
H A DAsmWriter.cpp2202 static void writeDINamespace(raw_ostream &Out, const DINamespace *N, in writeDINamespace()
H A DVerifier.cpp1319 void Verifier::visitDINamespace(const DINamespace &N) { in visitDINamespace()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.def102 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DINamespace)
H A DDIBuilder.h775 DINamespace *createNameSpace(DIScope *Scope, StringRef Name,
823 DIImportedEntity *createImportedModule(DIScope *Context, DINamespace *NS,
H A DDebugInfoMetadata.h2244 class DINamespace : public DIScope {
2250 DINamespace(LLVMContext &Context, StorageType Storage, bool ExportSymbols, in DINamespace() function
2255 ~DINamespace() = default;
2257 static DINamespace *getImpl(LLVMContext &Context, DIScope *Scope,
2263 static DINamespace *getImpl(LLVMContext &Context, Metadata *Scope,
2273 DEFINE_MDNODE_GET(DINamespace,
2276 DEFINE_MDNODE_GET(DINamespace,
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp543 if (auto *NS = dyn_cast<DINamespace>(Context)) in getOrCreateContextDIE()
641 isa<DINamespace>(Context) || isa<DICommonBlock>(Context)) in updateAcceleratorTables()
676 if (Name.empty() && isa<DINamespace>(Ctx)) in getParentContextString()
1045 DIE *DwarfUnit::getOrCreateNameSpace(const DINamespace *NS) { in getOrCreateNameSpace()
1508 isa<DINamespace>(Context) || isa<DICommonBlock>(Context); in constructEnumTypeDIE()
H A DDwarfUnit.h236 DIE *getOrCreateNameSpace(const DINamespace *NS);
H A DDwarfCompileUnit.cpp1249 if (auto *NS = dyn_cast<DINamespace>(Entity)) in constructImportedEntityDIE()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h241 llvm::DINamespace *getOrCreateNamespace(const NamespaceDecl *N);
H A DCGDebugInfo.cpp5030 llvm::DINamespace *
5037 return cast<llvm::DINamespace>(I->second); in getOrCreateNamespace()
5041 llvm::DINamespace *NS = in getOrCreateNamespace()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1790 GET_OR_DISTINCT(DINamespace, in parseOneMetadata()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp332 void writeDINamespace(const DINamespace *N, SmallVectorImpl<uint64_t> &Record,
1854 void ModuleBitcodeWriter::writeDINamespace(const DINamespace *N, in writeDINamespace()
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp5166 Result = GET_OR_DISTINCT(DINamespace, in parseDINamespace()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst5333 DINamespace subsubsection
5336 ``DINamespace`` nodes represent namespaces in the source language.
5340 !0 = !DINamespace(name: "myawesomeproject", scope: !1, file: !2, line: 7)