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

/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp208 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(DRI); local
209 DumpSymbolTableEntryData(Obj, SymNum, STE.n_strx, STE.n_type,
210 STE.n_sect, STE.n_desc, STE.n_value,
213 MachO::nlist STE = Obj.getSymbolTableEntry(DRI); local
214 DumpSymbolTableEntryData(Obj, SymNum, STE.n_strx, STE.n_type,
215 STE
[all...]
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp269 MachO::nlist STE; local
285 STE = MachO->getSymbolTableEntry(I->Symb);
286 NType = STE.n_type;
287 NDesc = STE.n_desc;
288 NValue = STE.n_value;
604 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(Symb); local
605 return STE.n_type;
607 MachO::nlist STE = Obj.getSymbolTableEntry(Symb); local
608 return STE.n_type;
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1110 StoreOpcode = SystemZ::STE;
H A DSystemZISelLowering.cpp3380 return emitCondStore(MI, MBB, SystemZ::STE, 0, false);
3382 return emitCondStore(MI, MBB, SystemZ::STE, 0, true);

Completed in 159 milliseconds