Searched refs:FoundFns (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 1689 SmallVector<uint64_t, 8> FoundFns; local 1698 MachO->ReadULEB128s(LLC.dataoff, FoundFns); 1707 for (uint64_t f = 0; f < FoundFns.size(); f++) { 1710 if (SymbolList[J].Address == FoundFns[f] + BaseSegmentAddress) 1718 F.Address = FoundFns[f] + BaseSegmentAddress; 1755 if (FoundFns[f] == lc_main_offset)
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 297 SmallVectorImpl<uint64_t> &FoundFns, in getSectionsAndSymbols() argument 326 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols() 6526 SmallVector<uint64_t, 8> FoundFns; in DisassembleMachO() local 6529 getSectionsAndSymbols(MachOOF, Sections, Symbols, FoundFns, in DisassembleMachO()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 356 SmallVectorImpl<uint64_t> &FoundFns, in getSectionsAndSymbols() argument 376 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols() 7332 SmallVector<uint64_t, 8> FoundFns; in DisassembleMachO() local 7335 getSectionsAndSymbols(MachOOF, Sections, Symbols, FoundFns, in DisassembleMachO()
|