Home
last modified time | relevance | path

Searched refs:getComdatIndex (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp106 Expected<int> getComdatIndex(const Comdat *C, const Module *M);
151 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) { in getComdatIndex() function in __anonc0d02a5b0111::Builder
262 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent()); in addSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h182 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h124 using irsymtab::Symbol::getComdatIndex;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp373 int Comdat = Sym.getComdatIndex(); in dumpSymtab()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp591 int CI = Sym.getComdatIndex(); in claim_file_hook()