HomeSort by relevance Sort by last modified time
    Searched refs:canBeOmittedFromSymbolTable (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
Analysis.h 119 bool canBeOmittedFromSymbolTable(const GlobalValue *GV);
  /external/llvm/lib/CodeGen/
Analysis.cpp 623 bool llvm::canBeOmittedFromSymbolTable(const GlobalValue *GV) {
  /external/llvm/lib/LTO/
LTOModule.cpp 457 else if (canBeOmittedFromSymbolTable(def))
  /external/llvm/tools/gold/
gold-plugin.cpp 925 if (canBeOmittedFromSymbolTable(GV))
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 289 return canBeOmittedFromSymbolTable(GV);
    [all...]

Completed in 734 milliseconds