Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h172 bool HasPCSections = PCSections != nullptr; variable
176 HasHeapAllocMarker + HasPCSections + HasMMRAs, HasCFIType),
179 HasHeapAllocMarker, HasPCSections, HasCFIType, HasMMRAs);
194 if (HasPCSections)
223 return HasPCSections in getPCSections()
234 HasPCSections] in getMMRAMetadata()
250 const bool HasPCSections; variable
262 return HasHeapAllocMarker + HasPCSections; in numTrailingObjects()
271 bool HasHeapAllocMarker, bool HasPCSections, bool HasCFIType, in ExtraInfo() argument
275 HasHeapAllocMarker(HasHeapAllocMarker), HasPCSections(HasPCSections), in ExtraInfo()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp327 bool HasPCSections = PCSections != nullptr; in setExtraInfo() local
331 HasHeapAllocMarker + HasPCSections + HasCFIType + HasMMRAs; in setExtraInfo()
343 else if (NumPointers > 1 || HasMMRAs || HasHeapAllocMarker || HasPCSections || in setExtraInfo()