Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h236 virtual std::error_code getSymbolType(DataRefImpl Symb,
383 return getObject()->getSymbolType(getRawDataRefImpl(), Result); in getType()
DMachO.h74 std::error_code getSymbolType(DataRefImpl Symb,
DELFObjectFile.h68 std::error_code getSymbolType(DataRefImpl Symb,
299 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb, in getSymbolType() function
DCOFF.h374 std::error_code getSymbolType(DataRefImpl Symb,
/external/llvm/lib/Object/
DMachOObjectFile.cpp588 std::error_code MachOObjectFile::getSymbolType(DataRefImpl Symb, in getSymbolType() function in llvm::object::MachOObjectFile
800 this->getSymbolType(Symb, ST); in sectionContainsSymbol()
DCOFFObjectFile.cpp155 std::error_code COFFObjectFile::getSymbolType(DataRefImpl Ref, in getSymbolType() function in COFFObjectFile