Home
last modified time | relevance | path

Searched refs:getComdatTable (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h282 std::vector<StringRef> getComdatTable() const { in getComdatTable() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/
DLTO.h176 ArrayRef<std::pair<StringRef, Comdat::SelectionKind>> getComdatTable() const { in getComdatTable() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h175 ArrayRef<StringRef> getComdatTable() const { return ComdatTable; } in getComdatTable() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DIRSymtab.h288 getComdatTable() const { in getComdatTable() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp442 File->ComdatTable = FOrErr->TheReader.getComdatTable(); in create()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DLTO.cpp486 File->ComdatTable = FOrErr->TheReader.getComdatTable(); in create()