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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
LTO.h 148 ArrayRef<StringRef> getComdatTable() const { return ComdatTable; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
IRSymtab.h 180 /// Returns the index into the comdat table (see Reader::getComdatTable()), or
277 std::vector<StringRef> getComdatTable() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
llvm-lto2.cpp 345 std::vector<StringRef> ComdatTable = Input->getComdatTable();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
gold-plugin.cpp 593 StringRef C = Obj->getComdatTable()[CI];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTO.cpp 375 File->ComdatTable = FOrErr->TheReader.getComdatTable();
    [all...]

Completed in 980 milliseconds