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.h172 bool HasPCSections = PCSections != nullptr; variable
250 const bool HasPCSections; variable
271 bool HasHeapAllocMarker, bool HasPCSections, bool HasCFIType, in ExtraInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp327 bool HasPCSections = PCSections != nullptr; in setExtraInfo() local