Home
last modified time | relevance | path

Searched refs:getSymbolSection (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h214 virtual std::error_code getSymbolSection(DataRefImpl Symb,
344 return getObject()->getSymbolSection(getRawDataRefImpl(), Result); in getSection()
DELFObjectFile.h89 std::error_code getSymbolSection(DataRefImpl Symb,
417 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb, in getSymbolSection() function
DMachO.h213 std::error_code getSymbolSection(DataRefImpl Symb,
DCOFF.h591 std::error_code getSymbolSection(DataRefImpl Symb,
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp367 MachO->getSymbolSection(I->Symb, Sec); in darwinPrintSymbol()
753 Obj.getSymbolSection(Symb, Sec); in getSymbolNMTypeChar()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp301 COFFObjectFile::getSymbolSection(DataRefImpl Ref, in getSymbolSection() function in COFFObjectFile
DMachOObjectFile.cpp530 std::error_code MachOObjectFile::getSymbolSection(DataRefImpl Symb, in getSymbolSection() function in MachOObjectFile