Home
last modified time | relevance | path

Searched refs:FoundFns (Results 1 – 2 of 2) 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/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()