Searched refs:NLE (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 466 void writeNListEntry(MachOYAML::NListEntry &NLE, raw_ostream &OS, in writeNListEntry() argument 469 ListEntry.n_strx = NLE.n_strx; in writeNListEntry() 470 ListEntry.n_type = NLE.n_type; in writeNListEntry() 471 ListEntry.n_sect = NLE.n_sect; in writeNListEntry() 472 ListEntry.n_desc = NLE.n_desc; in writeNListEntry() 473 ListEntry.n_value = NLE.n_value; in writeNListEntry() 556 for (auto NLE : Obj.LinkEdit.NameList) { in writeNameList() local 558 writeNListEntry<MachO::nlist_64>(NLE, OS, Obj.IsLittleEndian); in writeNameList() 560 writeNListEntry<MachO::nlist>(NLE, OS, Obj.IsLittleEndian); in writeNameList()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | macho2yaml.cpp | 598 MachOYAML::NListEntry NLE = in dumpSymbols() local 604 LEData.NameList.push_back(NLE); in dumpSymbols()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 85 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 160 "NE", "NH", "NL", "NHE", "NLE", "NLH" ] in { 251 "NE", "NH", "NL", "NHE", "NLE", "NLH" ] in { 564 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 605 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 636 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 2411 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.td | 3357 def NLE : CondCodeAlias<Prefix, Suffix, "nle", "g", V>; // setnle -> setg
|