Searched defs:DIE (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp43 getChildDeclContext( DeclContext &Context, const DWARFDie &DIE, CompileUnit &U, UniquingStringPool &StringPool, bool InClangModule) argument
[all...]
H A DDWARFLinkerCompileUnit.cpp48 auto DIE = OrigUnit.getDIEAtIndex(Idx++); local
[all...]
H A DDWARFLinker.cpp66 resolveDIEReference(const DwarfFile &File, const UnitListTy &Units, const DWARFFormValue &RefValue, const DWARFDie &DIE, CompileUnit *&RefCU) argument
208 analyzeImportedModule( const DWARFDie &DIE, CompileUnit &CU, swiftInterfacesMap *ParseableSwiftInterfaces, std::function<void(const Twine &, const DWARFDie &)> ReportWarning) argument
240 DIE); local
251 analyzeContextInfo( const DWARFDie &DIE, unsigned ParentIdx, CompileUnit &CU, DeclContext *CurrentDeclContext, UniquingStringPool &StringPool, DeclContextTree &Contexts, uint64_t ModulesEndOffset, swiftInterfacesMap *ParseableSwiftInterfaces, std::function<void(const Twine &, const DWARFDie &)> ReportWarning, bool InImportedModule = false) argument
373 shouldKeepVariableDIE(AddressesMap &RelocMgr, const DWARFDie &DIE, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, unsigned Flags) argument
421 shouldKeepSubprogramDIE( AddressesMap &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE, const DwarfFile &File, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, unsigned Flags) argument
484 shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE, const DwarfFile &File, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, unsigned Flags) argument
1888 hashFullyQualifiedName(DWARFDie DIE, CompileUnit &U, const DwarfFile &File, int ChildRecurseDepth) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.h41 virtual void onStartDIE(Unit &CU, Entry &DIE) {} argument
42 virtual void onEndDIE(Unit &CU, Entry &DIE) {} argument
50 virtual void onStartDIE(const Unit &CU, const Entry &DIE) {} argument
51 virtual void onEndDIE(const Unit &CU, const Entry &DIE) {} argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h172 DWARFDIE DIE() { return DWARFDIE(this, DIEPtr()); } function in class:DWARFUnit
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h723 class DIE : IntrusiveBackListNode, public DIEValueList { class in namespace:llvm
744 explicit DIE(dwarf::Tag Tag) : Tag(Tag) {} function in class:llvm::DIE
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp387 DWARFDebugInfoEntry DIE; local
[all...]
H A DDWARFContext.cpp1017 DWARFDie DIE = Worklist.back(); local
1051 const DWARFDie &DIE = InlinedChain[0]; local
[all...]
H A DDWARFVerifier.cpp1195 getNames(const DWARFDie &DIE, bool IncludeLinkageName = true) argument
1246 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp181 void VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) { argument
H A DCGExprComplex.cpp224 ComplexPairTy VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) { argument
H A DCGExprConstant.cpp1176 llvm::Constant *VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE, QualType T) { argument
H A DCGExprScalar.cpp656 Value *VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) { argument
H A DCGExpr.cpp1361 auto *DIE = cast<CXXDefaultInitExpr>(E); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp49 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE) argument
[all...]
H A DCodeViewDebug.cpp3026 const DIExpression *DIE = GVE->getExpression(); local
3139 const DIExpression *DIE = CVGV.GVInfo.get<const DIExpression *>(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3895 auto *DIE = cast<DesignatedInitExpr>(E); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6905 auto *DIE = cast<DesignatedInitExpr>(InitArgList[0]); local
[all...]

Completed in 331 milliseconds