HomeSort by relevance Sort by last modified time
    Searched defs:getCommonSize (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/MC/
MCSymbol.h 329 uint64_t getCommonSize() const {
  /external/llvm/include/llvm/Object/
ObjectFile.h 146 uint64_t getCommonSize() const;
327 inline uint64_t SymbolRef::getCommonSize() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSymbol.h 336 uint64_t getCommonSize() const {
  /external/llvm/tools/llvm-size/
llvm-size.cpp 192 static uint64_t getCommonSize(ObjectFile *Obj) {
426 uint64_t CommonSize = getCommonSize(Obj);
460 total_bss += getCommonSize(Obj);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ObjectFile.h 159 uint64_t getCommonSize() const;
361 inline uint64_t SymbolRef::getCommonSize() const {
IRSymtab.h 206 uint64_t getCommonSize() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
llvm-size.cpp 202 static uint64_t getCommonSize(ObjectFile *Obj) {
436 uint64_t CommonSize = getCommonSize(Obj);
470 total_bss += getCommonSize(Obj);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 591 /// getCommonSize - Return the size of a 'common' symbol.
592 uint64_t getCommonSize() const {

Completed in 990 milliseconds