Home
last modified time | relevance | path

Searched defs:getCommonSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h332 uint64_t getCommonSize() const { in getCommonSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h402 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
H A DIRSymtab.h210 uint64_t getCommonSize() const { in getCommonSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp200 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function