HomeSort by relevance Sort by last modified time
    Searched defs:getComdatIndex (Results 1 - 2 of 2) 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/Object/
IRSymtab.h 182 int getComdatIndex() const { return ComdatIndex; }

Completed in 641 milliseconds