Home
last modified time | relevance | path

Searched defs:GIS (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSplitModule.cpp110 if (auto *GIS = dyn_cast<GlobalIndirectSymbol>(&GV)) { in findPartitions() local
208 if (auto *GIS = dyn_cast<GlobalIndirectSymbol>(GV)) in isInPartition() local
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp232 } else if (GlobalIndirectSymbol *GIS = dyn_cast<GlobalIndirectSymbol>(G)) { in GlobalIsNeeded() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1064 const GlobalIndirectSymbol& GIS) { in emitGlobalIndirectSymbol()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp260 const llvm::GlobalIndirectSymbol &GIS) { in getAliasedGlobal()
/external/llvm/lib/IR/
DAsmWriter.cpp2502 void AssemblyWriter::printIndirectSymbol(const GlobalIndirectSymbol *GIS) { in printIndirectSymbol()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2808 GlobalIndirectSymbol *GIS = IndirectSymbolInitWorklist.back().first; in resolveGlobalAndIndirectSymbolInits() local