Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h176 bool HasPCSections = PCSections != nullptr; variable
254 const bool HasPCSections; variable
275 bool HasHeapAllocMarker, bool HasPCSections, bool HasCFIType, in ExtraInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp329 bool HasPCSections = PCSections != nullptr; in setExtraInfo() local