Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1965 using GlobalMap = std::map<std::string, Init *, std::less<>>; variable
1984 const GlobalMap &getGlobals() const { return ExtraGlobals; } in getGlobals()
2085 GlobalMap ExtraGlobals;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3226 GlobalMap; in collectGlobalVariableInfo()
3231 GlobalMap[GVE] = &GV; in collectGlobalVariableInfo()
3256 if (GlobalMap.count(GVE) == 0 && DIE->isConstant()) { in collectGlobalVariableInfo()
3261 const auto *GV = GlobalMap.lookup(GVE); in collectGlobalVariableInfo()
3204 GlobalMap; collectGlobalVariableInfo() local