Home
last modified time | relevance | path

Searched refs:getCommonSize (Results 1 – 21 of 21) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h146 uint64_t getCommonSize() const;
327 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h159 uint64_t getCommonSize() const;
361 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
DIRSymtab.h206 uint64_t getCommonSize() const { in getCommonSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp202 static uint64_t getCommonSize(ObjectFile *Obj) { in getCommonSize() function
436 uint64_t CommonSize = getCommonSize(Obj); in printObjectSectionSizes()
470 total_bss += getCommonSize(Obj); in printObjectSectionSizes()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp192 static uint64_t getCommonSize(ObjectFile *Obj) { in getCommonSize() function
426 uint64_t CommonSize = getCommonSize(Obj); in printObjectSectionSizes()
460 total_bss += getCommonSize(Obj); in printObjectSectionSizes()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp477 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()
595 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
619 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h336 uint64_t getCommonSize() const { in getCommonSize() function
/external/llvm/include/llvm/MC/
DMCSymbol.h329 uint64_t getCommonSize() const { in getCommonSize() function
/external/llvm/lib/Object/
DObject.cpp210 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObject.cpp210 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp275 uint64_t Size = I->getCommonSize(); in loadObjectImpl()
536 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()
674 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h125 using irsymtab::Symbol::getCommonSize;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp370 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h592 uint64_t getCommonSize() const { in getCommonSize() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp325 Address = Data.getCommonSize(); in WriteNlist()
DMCAssembler.cpp951 OS << " (common, size:" << getCommonSize() in dump()
/external/llvm/lib/MC/
DMachObjectWriter.cpp369 Address = Symbol->getCommonSize(); in writeNlist()
DWinCOFFObjectWriter.cpp346 return Symbol.getCommonSize(); in getSymbolValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp386 Address = Symbol->getCommonSize(); in writeNlist()
DWinCOFFObjectWriter.cpp322 return Symbol.getCommonSize(); in getSymbolValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp681 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()