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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 251 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
303 return getCommonSymbolSizeImpl(Symb);
Wasm.h 174 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
XCOFFObjectFile.h 281 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
ELFObjectFile.h 267 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
627 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const {
MachO.h 288 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
COFF.h 945 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 211 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const {
COFFObjectFile.cpp 241 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const {
WasmObjectFile.cpp 1549 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const {
MachOObjectFile.cpp 1818 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const {

Completed in 36 milliseconds