Searched refs:RTL (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp209 // If the RTL allocators are hooked we need to check whether the ASAN
211 // interception takes place, so if it is not owned by the RTL heap we can
283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 }; enumerator in enum:__asan::AllocationOwnership
294 ownershipState = RTL;
306 if (ownershipState == RTL ||
329 CHECK(ownershipState == RTL || ownershipState == NEITHER);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp158 /// Setter RTL function associated with this ICV.
161 /// Getter RTL function associated with this ICV.
164 /// RTL Function corresponding to the override clause of this ICV
317 #define ICV_RT_SET(_Name, RTL) \
320 ICV.Setter = RTL; \
322 #define ICV_RT_GET(Name, RTL) \
325 ICV.Getter = RTL; \

Completed in 26 milliseconds