Home
last modified time | relevance | path

Searched refs:getCommonSize (Results 1 – 10 of 10) 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/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/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/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()