Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp125 size(const UnwindSectionInfo & USI) size() argument
130 serialize(SPSOutputBuffer & OB,const UnwindSectionInfo & USI) serialize() argument
135 deserialize(SPSInputBuffer & IB,UnwindSectionInfo & USI) deserialize() argument
1203 __anon3d23d5020a02(ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_macho_deregister_object_platform_sections() argument
1205 __anon3d23d5020b02(ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_macho_deregister_object_platform_sections() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp798 using USI = GCNUserSGPRUsageInfo; in getMaxNumPreloadedSGPRs() typedef