Home
last modified time | relevance | path

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

12

/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-10.0/llvm/include/llvm/Object/
DObjectFile.h192 uint64_t getCommonSize() const;
393 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
DIRSymtab.h209 uint64_t getCommonSize() const { in getCommonSize() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h194 uint64_t getCommonSize() const;
402 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
DIRSymtab.h210 uint64_t getCommonSize() const { in getCommonSize() function
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbol.h331 uint64_t getCommonSize() const { in getCommonSize() function
/external/llvm/lib/Object/
DObject.cpp210 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/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/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/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-project/llvm/tools/llvm-size/
Dllvm-size.cpp200 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function
444 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes()
483 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes()
/external/llvm-project/llvm/include/llvm/LTO/
DLTO.h148 using irsymtab::Symbol::getCommonSize;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h148 using irsymtab::Symbol::getCommonSize;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/external/llvm-project/llvm/lib/Object/
DObject.cpp326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp282 uint64_t Size = I->getCommonSize(); in loadObjectImpl()
598 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()
742 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp289 uint64_t Size = I->getCommonSize(); in loadObjectImpl()
611 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()
755 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
/external/llvm-project/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp440 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
/external/llvm/lib/MC/
DMachObjectWriter.cpp369 Address = Symbol->getCommonSize(); in writeNlist()
DWinCOFFObjectWriter.cpp346 return Symbol.getCommonSize(); in getSymbolValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp387 Address = Symbol->getCommonSize(); in writeNlist()
DWinCOFFObjectWriter.cpp329 return Symbol.getCommonSize(); in getSymbolValue()
/external/llvm-project/lld/COFF/
DInputFiles.cpp1056 sym = symtab->addCommon(this, symName, objSym.getCommonSize()); in parse()
/external/llvm-project/llvm/lib/MC/
DMachObjectWriter.cpp387 Address = Symbol->getCommonSize(); in writeNlist()

12