Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h331 uint64_t getCommonSize() const { in getCommonSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h148 using irsymtab::Symbol::getCommonSize;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp387 Address = Symbol->getCommonSize(); in writeNlist()
DWinCOFFObjectWriter.cpp329 return Symbol.getCommonSize(); in getSymbolValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp766 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()