HomeSort by relevance Sort by last modified time
    Searched refs:getSymbolType (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 110 error_code getSymbolType(SymbolRef::SymbolType &Result) const;
235 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const = 0;
346 inline error_code SymbolRef::getSymbolType(SymbolRef::SymbolType &Result) const {
347 return OwningObject->getSymbolType(SymbolPimpl, Result);
COFF.h 103 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const;
MachO.h 50 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const;
  /external/llvm/include/llvm/Object/
ObjectFile.h 205 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
336 return getObject()->getSymbolType(getRawDataRefImpl());
ELFObjectFile.h 217 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
462 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const {
MachO.h 211 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 208 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
349 return getObject()->getSymbolType(getRawDataRefImpl());
Wasm.h 101 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
MachO.h 264 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 208 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
349 return getObject()->getSymbolType(getRawDataRefImpl());
Wasm.h 101 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 208 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
349 return getObject()->getSymbolType(getRawDataRefImpl());
Wasm.h 101 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 208 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
349 return getObject()->getSymbolType(getRawDataRefImpl());
Wasm.h 101 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 208 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
349 return getObject()->getSymbolType(getRawDataRefImpl());
Wasm.h 101 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 208 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
349 return getObject()->getSymbolType(getRawDataRefImpl());
Wasm.h 101 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 208 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
349 return getObject()->getSymbolType(getRawDataRefImpl());
Wasm.h 101 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 208 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
349 return getObject()->getSymbolType(getRawDataRefImpl());
Wasm.h 101 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 231 error_code MachOObjectFile::getSymbolType(DataRefImpl Symb,
458 getSymbolType(Symb, ST);
COFFObjectFile.cpp 156 error_code COFFObjectFile::getSymbolType(DataRefImpl Symb,

Completed in 233 milliseconds

1 2 3