Home
last modified time | relevance | path

Searched refs:GlobalTypes (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h61 StringMap<const DIE *> GlobalTypes; variable
222 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
DDwarfCompileUnit.cpp737 GlobalTypes[FullName] = &Die; in addGlobalType()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h74 StringMap<const DIE *> GlobalTypes; variable
325 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
DDwarfCompileUnit.cpp1291 GlobalTypes[FullName] = &Die; in addGlobalType()
1303 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h72 StringMap<const DIE *> GlobalTypes; variable
318 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
DDwarfCompileUnit.cpp1166 GlobalTypes[FullName] = &Die; in addGlobalType()
1178 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()
/external/starlark-go/lib/proto/
Dproto.go774 mt, err := protoregistry.GlobalTypes.FindMessageByName(desc.FullName())