Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h176 bool HasPCSections = PCSections != nullptr; variable
180 HasHeapAllocMarker + HasPCSections + HasMMRAs, HasCFIType),
183 HasHeapAllocMarker, HasPCSections, HasCFIType, HasMMRAs);
198 if (HasPCSections)
227 return HasPCSections in getPCSections()
238 HasPCSections] in getMMRAMetadata()
254 const bool HasPCSections; variable
266 return HasHeapAllocMarker + HasPCSections; in numTrailingObjects()
275 bool HasHeapAllocMarker, bool HasPCSections, bool HasCFIType, in ExtraInfo() argument
279 HasHeapAllocMarker(HasHeapAllocMarker), HasPCSections(HasPCSections), in ExtraInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp329 bool HasPCSections = PCSections != nullptr; in setExtraInfo() local
333 HasHeapAllocMarker + HasPCSections + HasCFIType + HasMMRAs; in setExtraInfo()
345 else if (NumPointers > 1 || HasMMRAs || HasHeapAllocMarker || HasPCSections || in setExtraInfo()