Searched refs:Dwarf2LMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp411 std::map<uint64_t, Record*> Dwarf2LMap; local
417 Dwarf2LMap[DwarfRegNo] = I->first;
421 I = Dwarf2LMap.begin(), E = Dwarf2LMap.end(); I != E; ++I)

Completed in 106 milliseconds