Searched refs:getSymbolSection (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h238 virtual std::error_code getSymbolSection(DataRefImpl Symb,
379 return getObject()->getSymbolSection(getRawDataRefImpl(), Result);
H A DMachO.h77 std::error_code getSymbolSection(DataRefImpl Symb,
H A DCOFF.h376 std::error_code getSymbolSection(DataRefImpl Symb,
H A DELFObjectFile.h70 std::error_code getSymbolSection(DataRefImpl Symb,
360 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb, function in class:llvm::object::ELFObjectFile
/external/chromium_org/third_party/codesighs/
H A Dmsmap2tsv.c314 MSMap_Segment* getSymbolSection(MSMap_Module* inModule, MSMap_Symbol* inoutSymbol) function
770 mapSection = getSymbolSection(inModule, inoutSymbol);
1753 section = getSymbolSection(&module, symbol);
1781 nextSection = getSymbolSection(&module, nextSymbol);
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp329 MachO->getSymbolSection(I->Symb, Sec);
622 Obj.getSymbolSection(Symb, Sec);
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp226 COFFObjectFile::getSymbolSection(DataRefImpl Ref, function in class:COFFObjectFile
H A DMachOObjectFile.cpp648 std::error_code MachOObjectFile::getSymbolSection(DataRefImpl Symb, function in class:llvm::object::MachOObjectFile

Completed in 706 milliseconds