Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h160 bool HasCFIType = CFIType != 0; variable
165 HasHeapAllocMarker + HasPCSections, HasCFIType),
168 HasHeapAllocMarker, HasPCSections, HasCFIType);
184 if (HasCFIType)
215 return HasCFIType ? getTrailingObjects<uint32_t>()[0] : 0; in getCFIType()
231 const bool HasCFIType; variable
244 return HasCFIType; in numTrailingObjects()
250 bool HasHeapAllocMarker, bool HasPCSections, bool HasCFIType) in ExtraInfo() argument
254 HasCFIType(HasCFIType) {} in ExtraInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp313 bool HasCFIType = CFIType != 0; in setExtraInfo() local
315 HasHeapAllocMarker + HasPCSections + HasCFIType; in setExtraInfo()
328 HasCFIType) { in setExtraInfo()