Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h175 bool HasCFIType = CFIType != 0; variable
180 HasHeapAllocMarker + HasPCSections + HasMMRAs, HasCFIType),
183 HasHeapAllocMarker, HasPCSections, HasCFIType, HasMMRAs);
200 if (HasCFIType)
233 return HasCFIType ? getTrailingObjects<uint32_t>()[0] : 0; in getCFIType()
255 const bool HasCFIType; variable
269 return HasCFIType; in numTrailingObjects()
275 bool HasHeapAllocMarker, bool HasPCSections, bool HasCFIType, in ExtraInfo() argument
280 HasCFIType(HasCFIType), HasMMRAs(HasMMRAs) {} in ExtraInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp330 bool HasCFIType = CFIType != 0; in setExtraInfo() local
333 HasHeapAllocMarker + HasPCSections + HasCFIType + HasMMRAs; in setExtraInfo()
346 HasCFIType) { in setExtraInfo()