Searched refs:getSymbolSection (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/codesighs/ |
D | msmap2tsv.c | 314 MSMap_Segment* getSymbolSection(MSMap_Module* inModule, MSMap_Symbol* inoutSymbol) in getSymbolSection() function 770 mapSection = getSymbolSection(inModule, inoutSymbol); in fillSymbolSizeFromDB() 1753 section = getSymbolSection(&module, symbol); in map2tsv() 1781 nextSection = getSymbolSection(&module, nextSymbol); in map2tsv()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 238 virtual std::error_code getSymbolSection(DataRefImpl Symb, 379 return getObject()->getSymbolSection(getRawDataRefImpl(), Result); in getSection()
|
D | MachO.h | 77 std::error_code getSymbolSection(DataRefImpl Symb,
|
D | ELFObjectFile.h | 70 std::error_code getSymbolSection(DataRefImpl Symb, 360 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb, in getSymbolSection() function
|
D | COFF.h | 376 std::error_code getSymbolSection(DataRefImpl Symb,
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 329 MachO->getSymbolSection(I->Symb, Sec); in darwinPrintSymbol() 622 Obj.getSymbolSection(Symb, Sec); in getSymbolNMTypeChar()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 226 COFFObjectFile::getSymbolSection(DataRefImpl Ref, in getSymbolSection() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 648 std::error_code MachOObjectFile::getSymbolSection(DataRefImpl Symb, in getSymbolSection() function in llvm::object::MachOObjectFile
|