Home
last modified time | relevance | path

Searched refs:GlobalMap (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1894 using GlobalMap = std::map<std::string, Init *, std::less<>>; variable
1913 const GlobalMap &getGlobals() const { return ExtraGlobals; } in getGlobals()
2014 GlobalMap ExtraGlobals;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3189 GlobalMap; in collectGlobalVariableInfo() local
3194 GlobalMap[GVE] = &GV; in collectGlobalVariableInfo()
3219 if (GlobalMap.count(GVE) == 0 && DIE->isConstant()) { in collectGlobalVariableInfo()
3224 const auto *GV = GlobalMap.lookup(GVE); in collectGlobalVariableInfo()