HomeSort by relevance Sort by last modified time
    Searched defs:collectUsedGlobalVariables (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 160 void collectUsedGlobalVariables(Module &M);
484 void GlobalMerge::collectUsedGlobalVariables(Module &M) {
499 collectUsedGlobalVariables(M);
  /external/llvm/lib/IR/
Module.cpp 522 GlobalVariable *llvm::collectUsedGlobalVariables(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
GlobalMerge.cpp 180 void collectUsedGlobalVariables(Module &M, StringRef Name);
561 void GlobalMerge::collectUsedGlobalVariables(Module &M, StringRef Name) {
576 collectUsedGlobalVariables(M, "llvm.used");
577 collectUsedGlobalVariables(M, "llvm.compiler.used");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Module.cpp 529 GlobalVariable *llvm::collectUsedGlobalVariables(

Completed in 753 milliseconds