Searched refs:getSymbolSection (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 214 virtual std::error_code getSymbolSection(DataRefImpl Symb, 344 return getObject()->getSymbolSection(getRawDataRefImpl(), Result); in getSection()
|
D | ELFObjectFile.h | 89 std::error_code getSymbolSection(DataRefImpl Symb, 417 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb, in getSymbolSection() function
|
D | MachO.h | 213 std::error_code getSymbolSection(DataRefImpl Symb,
|
D | COFF.h | 591 std::error_code getSymbolSection(DataRefImpl Symb,
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 367 MachO->getSymbolSection(I->Symb, Sec); in darwinPrintSymbol() 753 Obj.getSymbolSection(Symb, Sec); in getSymbolNMTypeChar()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 301 COFFObjectFile::getSymbolSection(DataRefImpl Ref, in getSymbolSection() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 530 std::error_code MachOObjectFile::getSymbolSection(DataRefImpl Symb, in getSymbolSection() function in MachOObjectFile
|