Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h160 bool HasCFIType = CFIType != 0; variable
231 const bool HasCFIType; variable
250 bool HasHeapAllocMarker, bool HasPCSections, bool HasCFIType) in ExtraInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp313 bool HasCFIType = CFIType != 0; in setExtraInfo() local