Home
last modified time | relevance | path

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

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