Home
last modified time | relevance | path

Searched refs:isSymbolInternal (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h233 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const = 0;
339 return OwningObject->isSymbolInternal(SymbolPimpl, Result); in isInternal()
DMachO.h48 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const;
DCOFF.h101 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const;
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp272 error_code COFFObjectFile::isSymbolInternal(DataRefImpl Symb, in isSymbolInternal() function in COFFObjectFile
DELFObjectFile.cpp332 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const;
641 ::isSymbolInternal(DataRefImpl Symb, in isSymbolInternal() function in ELFObjectFile
DMachOObjectFile.cpp203 error_code MachOObjectFile::isSymbolInternal(DataRefImpl DRI, in isSymbolInternal() function in llvm::object::MachOObjectFile