/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 146 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/ |
D | ObjectFile.h | 192 uint64_t getCommonSize() const; 393 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
|
D | IRSymtab.h | 209 uint64_t getCommonSize() const { in getCommonSize() function
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ObjectFile.h | 194 uint64_t getCommonSize() const; 402 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
|
D | IRSymtab.h | 210 uint64_t getCommonSize() const { in getCommonSize() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSymbol.h | 331 uint64_t getCommonSize() const { in getCommonSize() function
|
/external/llvm/lib/Object/ |
D | Object.cpp | 210 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 329 uint64_t getCommonSize() const { in getCommonSize() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbol.h | 331 uint64_t getCommonSize() const { in getCommonSize() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 477 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/ |
D | llvm-size.cpp | 192 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/ |
D | llvm-size.cpp | 200 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/ |
D | LTO.h | 148 using irsymtab::Symbol::getCommonSize;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTO.h | 148 using irsymtab::Symbol::getCommonSize;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Object.cpp | 326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
|
/external/llvm-project/llvm/lib/Object/ |
D | Object.cpp | 326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 282 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/ |
D | RuntimeDyld.cpp | 289 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/ |
D | llvm-lto2.cpp | 440 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 369 Address = Symbol->getCommonSize(); in writeNlist()
|
D | WinCOFFObjectWriter.cpp | 346 return Symbol.getCommonSize(); in getSymbolValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 387 Address = Symbol->getCommonSize(); in writeNlist()
|
D | WinCOFFObjectWriter.cpp | 329 return Symbol.getCommonSize(); in getSymbolValue()
|
/external/llvm-project/lld/COFF/ |
D | InputFiles.cpp | 1056 sym = symtab->addCommon(this, symName, objSym.getCommonSize()); in parse()
|
/external/llvm-project/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 387 Address = Symbol->getCommonSize(); in writeNlist()
|