HomeSort by: relevance | last modified time | path
    Searched defs:getCommonSymbolSizeImpl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 267 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
627 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 241 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const {
WasmObjectFile.cpp 1549 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const {
XCOFFObjectFile.cpp 211 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const {
MachOObjectFile.cpp 1818 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const {

Completed in 20 milliseconds