Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h327 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbol.h331 uint64_t getCommonSize() const { in getCommonSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h393 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
DIRSymtab.h209 uint64_t getCommonSize() const { in getCommonSize() function
/external/llvm/include/llvm/MC/
DMCSymbol.h329 uint64_t getCommonSize() const { in getCommonSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h331 uint64_t getCommonSize() const { in getCommonSize() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h402 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
DIRSymtab.h210 uint64_t getCommonSize() const { in getCommonSize() function
/external/llvm/tools/llvm-size/
Dllvm-size.cpp192 static uint64_t getCommonSize(ObjectFile *Obj) { in getCommonSize() function
/external/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp200 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function