Home
last modified time | relevance | path

Searched defs:SymbolInfoTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h29 struct SymbolInfoTy { struct
33 XCOFFSymbolInfoTy XCOFFSymInfo; argument
43 SymbolInfoTy(std::optional<XCOFF::StorageMappingClass> Smc, uint64_t Addr, in SymbolInfoTy() argument
54 friend bool operator<(const SymbolInfoTy &P1, const SymbolInfoTy &P2) { argument
74 using SectionSymbolsTy = std::vector<SymbolInfoTy>; argument