Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h171 bool HasCFIType = CFIType != 0; variable
251 const bool HasCFIType; variable
271 bool HasHeapAllocMarker, bool HasPCSections, bool HasCFIType, in ExtraInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp328 bool HasCFIType = CFIType != 0; in setExtraInfo() local