Searched defs:DCtx (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 25 Error dumpDebugAbbrev(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugAbbrev() argument 56 Error dumpDebugAddr(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugAddr() argument 88 Error dumpDebugStrings(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugStrings() argument 104 Error dumpDebugARanges(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugARanges() argument 139 dumpDebugRanges(DWARFContext & DCtx,DWARFYAML::Data & Y) dumpDebugRanges() argument 174 dumpPubSection(const DWARFContext & DCtx,const DWARFSection & Section,bool IsGNUStyle) dumpPubSection() argument 202 dumpDebugPubSections(DWARFContext & DCtx,DWARFYAML::Data & Y) dumpDebugPubSections() argument 217 dumpDebugInfo(DWARFContext & DCtx,DWARFYAML::Data & Y) dumpDebugInfo() argument 356 dumpDebugLines(DWARFContext & DCtx,DWARFYAML::Data & Y) dumpDebugLines() argument [all...] |
H A D | macho2yaml.cpp | 62 std::unique_ptr<DWARFContext> DCtx, unsigned RawSegments) in MachODumper() 141 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection() 664 std::unique_ptr<DWARFContext> DCtx = DWARFContext::create(Obj); in macho2yaml() local 700 std::unique_ptr<DWARFContext> DCtx = DWARFContext::create(*SliceObj.get()); in macho2yaml() local
|
H A D | elf2yaml.cpp | 115 std::unique_ptr<DWARFContext> DCtx) in ELFDumper() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 65 LocationOrAnalysisDeclContext DCtx; member in __anonaa0c4be70111::DirectIvarAssignment::MethodCrawler 141 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl() local
|
H A D | LocalizationChecker.cpp | 1039 LocationOrAnalysisDeclContext DCtx; global() member in __anonbf21a3ff0511::EmptyLocalizationContextChecker::MethodCrawler 1072 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); checkASTDecl() local
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFVerifier.h | 95 DWARFContext &DCtx; global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 149 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 1806 buildLookupImpl(DeclContext * DCtx,bool Internal) buildLookupImpl() argument
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 1681 isVariableIndexable(const DWARFDie & Die,DWARFContext & DCtx) isVariableIndexable() argument [all...] |