Searched refs:DeclContext (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerDeclContext.h | 73 class DeclContext { 75 using Map = DenseSet<DeclContext *, DeclMapInfo>; 77 DeclContext() : DefinedInClangModule(0), Parent(*this) {} in DeclContext() function 79 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag, 80 StringRef Name, StringRef File, const DeclContext &Parent, 109 const DeclContext &Parent; 131 PointerIntPair<DeclContext *, 1> 132 getChildDeclContext(DeclContext &Context, const DWARFDie &DIE, 136 DeclContext &getRoot() { return Root; } in getRoot() 140 DeclContext Root; [all …]
|
D | DWARFLinkerCompileUnit.h | 19 class DeclContext; variable 58 DeclContext *Ctxt; 165 DeclContext *Ctxt, PatchLocation Attr); 274 std::tuple<DIE *, const CompileUnit *, DeclContext *, PatchLocation>>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 30 bool DeclContext::setLastSeenDIE(CompileUnit &U, const DWARFDie &Die) { in setLastSeenDIE() 43 PointerIntPair<DeclContext *, 1> DeclContextTree::getChildDeclContext( in getChildDeclContext() 44 DeclContext &Context, const DWARFDie &DIE, CompileUnit &U, in getChildDeclContext() 55 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 59 return PointerIntPair<DeclContext *, 1>(&Context); in getChildDeclContext() 65 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 79 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 104 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 158 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 178 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext() [all …]
|
D | DWARFLinkerCompileUnit.cpp | 76 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference() 85 DeclContext *Ctxt; in fixupForwardReferences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 141 DIScope *DeclContext; in getOrCreateGlobalVariableDIE() local 143 DeclContext = SDMDecl->getScope(); in getOrCreateGlobalVariableDIE() 154 DeclContext = GV->getScope(); in getOrCreateGlobalVariableDIE() 170 addGlobalName(GV->getName(), *VariableDIE, DeclContext); in getOrCreateGlobalVariableDIE()
|