Home
last modified time | relevance | path

Searched refs:HasPCSections (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h166 bool HasPCSections = PCSections != nullptr; variable
170 HasHeapAllocMarker + HasPCSections, HasCFIType),
173 HasHeapAllocMarker, HasPCSections, HasCFIType);
186 if (HasPCSections)
214 return HasPCSections in getPCSections()
235 const bool HasPCSections; variable
246 return HasHeapAllocMarker + HasPCSections; in numTrailingObjects()
255 bool HasHeapAllocMarker, bool HasPCSections, bool HasCFIType) in ExtraInfo() argument
258 HasHeapAllocMarker(HasHeapAllocMarker), HasPCSections(HasPCSections), in ExtraInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp324 bool HasPCSections = PCSections != nullptr; in setExtraInfo() local
327 HasHeapAllocMarker + HasPCSections + HasCFIType; in setExtraInfo()
339 else if (NumPointers > 1 || HasHeapAllocMarker || HasPCSections || in setExtraInfo()