Home
last modified time | relevance | path

Searched refs:LCID (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
HDMSVCSetupApi.h201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
212 STDMETHOD(GetDescription)(_In_ LCID lcid, _Out_ BSTR *pbstrDescription) = 0;
/freebsd-head/contrib/llvm-project/openmp/runtime/src/
HDkmp_i18n.cpp283 LCID locale_id = GetThreadLocale(); in __kmp_i18n_do_catopen()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp508 for (int LCID = 0; LCID < RTLIB::UNKNOWN_LIBCALL; ++LCID) in ARMTargetLowering() local
509 setLibcallCallingConv(static_cast<RTLIB::Libcall>(LCID), in ARMTargetLowering()