Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h212 virtual std::error_code getSymbolType(DataRefImpl Symb,
348 return getObject()->getSymbolType(getRawDataRefImpl(), Result); in getType()
DELFObjectFile.h87 std::error_code getSymbolType(DataRefImpl Symb,
353 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb, in getSymbolType() function
DMachO.h210 std::error_code getSymbolType(DataRefImpl Symb,
DCOFF.h589 std::error_code getSymbolType(DataRefImpl Symb,
/external/llvm/lib/Object/
DMachOObjectFile.cpp464 std::error_code MachOObjectFile::getSymbolType(DataRefImpl Symb, in getSymbolType() function in MachOObjectFile
630 this->getSymbolType(Symb, ST); in sectionContainsSymbol()
DCOFFObjectFile.cpp179 std::error_code COFFObjectFile::getSymbolType(DataRefImpl Ref, in getSymbolType() function in COFFObjectFile