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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
IRSymtab.cpp 106 Expected<int> getComdatIndex(const Comdat *C, const Module *M);
151 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) {
262 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
LTO.h 124 using irsymtab::Symbol::getComdatIndex;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
IRSymtab.h 182 int getComdatIndex() const { return ComdatIndex; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
llvm-lto2.cpp 373 int Comdat = Sym.getComdatIndex();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
gold-plugin.cpp 591 int CI = Sym.getComdatIndex();
    [all...]

Completed in 142 milliseconds