Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp57 NeedsFunctionDescriptors = true; in MCAsmInfoXCOFF()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h529 bool NeedsFunctionDescriptors = false; variable
856 bool needsFunctionDescriptors() const { return NeedsFunctionDescriptors; } in needsFunctionDescriptors()