Searched defs:FoundFns (Results 1 - 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
H A D | MachODump.cpp | 219 SmallVectorImpl<uint64_t> &FoundFns) { 251 MachOObj->ReadULEB128s(LLC->DataOffset, FoundFns); 327 SmallVector<uint64_t, 8> FoundFns; local 330 FoundFns); 365 SmallVector<uint64_t, 8> FoundFns; local 367 FoundFns); 409 for (unsigned i = 0, e = FoundFns.size(); i != e; ++i) 410 FunctionMap.insert(std::make_pair(FoundFns[i]+VMAddr, (MCFunction*)0)); 214 getSectionsAndSymbols(const macho::Header &Header, MachOObject *MachOObj, InMemoryStruct<macho::SymtabLoadCommand> *SymtabLC, std::vector<Section> &Sections, std::vector<Symbol> &Symbols, SmallVectorImpl<uint64_t> &FoundFns) argument
|
/external/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 297 SmallVectorImpl<uint64_t> &FoundFns, 326 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); 6526 SmallVector<uint64_t, 8> FoundFns; local 6529 getSectionsAndSymbols(MachOOF, Sections, Symbols, FoundFns, 294 getSectionsAndSymbols(MachOObjectFile *MachOObj, std::vector<SectionRef> &Sections, std::vector<SymbolRef> &Symbols, SmallVectorImpl<uint64_t> &FoundFns, uint64_t &BaseSegmentAddress) argument
|
Completed in 429 milliseconds