Home
last modified time | relevance | path

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

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