Home
last modified time | relevance | path

Searched refs:FoundFns (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp219 SmallVectorImpl<uint64_t> &FoundFns) { in getSectionsAndSymbols() argument
251 MachOObj->ReadULEB128s(LLC->DataOffset, FoundFns); in getSectionsAndSymbols()
327 SmallVector<uint64_t, 8> FoundFns; in DisassembleInputMachO() local
330 FoundFns); in DisassembleInputMachO()
365 SmallVector<uint64_t, 8> FoundFns; in DisassembleInputMachO() local
367 FoundFns); in DisassembleInputMachO()
409 for (unsigned i = 0, e = FoundFns.size(); i != e; ++i) in DisassembleInputMachO()
410 FunctionMap.insert(std::make_pair(FoundFns[i]+VMAddr, (MCFunction*)0)); in DisassembleInputMachO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp1599 SmallVector<uint64_t, 8> FoundFns; in dumpSymbolNamesFromObject() local
1608 MachO->ReadULEB128s(LLC.dataoff, FoundFns); in dumpSymbolNamesFromObject()
1617 for (uint64_t f = 0; f < FoundFns.size(); f++) { in dumpSymbolNamesFromObject()
1620 if (SymbolList[J].Address == FoundFns[f] + BaseSegmentAddress) in dumpSymbolNamesFromObject()
1629 F.Address = FoundFns[f] + BaseSegmentAddress; in dumpSymbolNamesFromObject()
1662 if (FoundFns[f] == lc_main_offset) in dumpSymbolNamesFromObject()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp297 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp308 SmallVectorImpl<uint64_t> &FoundFns, in getSectionsAndSymbols() argument
332 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols()
6906 SmallVector<uint64_t, 8> FoundFns; in DisassembleMachO() local
6909 getSectionsAndSymbols(MachOOF, Sections, Symbols, FoundFns, in DisassembleMachO()