Searched refs:GI (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp84 for (Module::global_iterator GI = M.global_begin(), GE = M.global_end();
85 GI != GE; ++GI) {
86 StringRef Name = GI->getName();
90 GI->setName("global");
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp188 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")]; local
190 if (GI.DiagsInGroup.size() > 1)
191 ImplicitGroups.insert(&GI);
193 if (GI.ExplicitDef)
194 assert(GI.ExplicitDef == Group);
196 GI.ExplicitDef = Group;
201 GI.SubGroups.push_back(SubGroups[j]->getValueAsString("GroupName"));
370 const GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")]; local
371 V.second = GI.SubGroups.size() + GI
[all...]
/external/libedit/src/
H A Dunvis.c205 #define GI(a) ((uint32_t)(a) >> 24) macro
437 is = GI(*astate); /* index in the string */
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2045 GuardInfo *GI = &GuardVariableMap[D.getDeclContext()]; local
2056 BitIndex = GI->BitIndex++;
2063 GI->Guard = nullptr;
2067 if (!GI->Guard) {
2078 GI->Guard =
2081 GI->Guard->setVisibility(GV->getVisibility());
2082 GI->Guard->setDLLStorageClass(GV->getDLLStorageClass());
2083 if (GI->Guard->isWeakForLinker())
2084 GI->Guard->setComdat(
2085 CGM.getModule().getOrInsertComdat(GI
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1423 for (const auto &GI : Globals) {
1424 const char *Name = GI.getKeyData();
1425 const DIE *Entity = GI.second;
1439 Asm->OutStreamer.EmitBytes(StringRef(Name, GI.getKeyLength() + 1));
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp218 for (Module::global_iterator GI = M->global_begin(), GE = M->global_end();
219 GI != GE; ++GI)
220 EEState.RemoveMapping(getMangledName(GI));
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
H A Deyes-only.conf258 ~c282=GI # Gibraltar
H A Drel.conf264 ~c200,~c282=GI # Gibraltar
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp3048 FX_DWORD *GI; local
3081 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause);
3082 if(GI == NULL) {
3089 FX_DWORD pat_index = GI[mg * HGW + ng];
3096 m_pModule->JBig2_Free(GI);
3115 FX_DWORD *GI; local
3130 GI = pGID->decode_MMR(pStream, pPause);
3131 if(GI == NULL) {
3138 FX_DWORD pat_index = GI[mg * HGW + ng];
3145 m_pModule->JBig2_Free(GI);
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2664 GI = TheModule->global_begin(), GE = TheModule->global_end();
2665 GI != GE;) {
2666 GlobalVariable *GV = GI++;

Completed in 403 milliseconds