/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-7.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 159 uint64_t getCommonSize() const; 361 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
|
D | IRSymtab.h | 206 uint64_t getCommonSize() const { in getCommonSize() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 202 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/ |
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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSymbol.h | 336 uint64_t getCommonSize() const { in getCommonSize() function
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 329 uint64_t getCommonSize() const { in getCommonSize() function
|
/external/llvm/lib/Object/ |
D | Object.cpp | 210 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | Object.cpp | 210 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 275 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/ |
D | LTO.h | 125 using irsymtab::Symbol::getCommonSize;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/ |
D | llvm-lto2.cpp | 370 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAssembler.h | 592 uint64_t getCommonSize() const { in getCommonSize() function
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MachObjectWriter.cpp | 325 Address = Data.getCommonSize(); in WriteNlist()
|
D | MCAssembler.cpp | 951 OS << " (common, size:" << getCommonSize() in dump()
|
/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-7.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 386 Address = Symbol->getCommonSize(); in writeNlist()
|
D | WinCOFFObjectWriter.cpp | 322 return Symbol.getCommonSize(); in getSymbolValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTO.cpp | 681 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
|