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

/external/llvm/include/llvm/Object/
H A DMachO.h55 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const;
H A DObjectFile.h249 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const = 0;
358 return OwningObject->isSymbolInternal(SymbolPimpl, Result);
H A DCOFF.h112 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const;
/external/llvm/lib/Object/
H A DELFObjectFile.cpp332 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const;
693 ::isSymbolInternal(DataRefImpl Symb, function in class:ELFObjectFile
H A DCOFFObjectFile.cpp265 error_code COFFObjectFile::isSymbolInternal(DataRefImpl Symb, function in class:COFFObjectFile
H A DMachOObjectFile.cpp203 error_code MachOObjectFile::isSymbolInternal(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile

Completed in 20 milliseconds