Home
last modified time | relevance | path

Searched refs:getSymTabEntrySize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h79 unsigned getSymTabEntrySize() const { return is64Bit ? 24 : 16; } in getSymTabEntrySize() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp972 SymTab.EntSize = TEW->getSymTabEntrySize(); in EmitSymbolTable()