Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfoXCOFF.cpp23 NeedsFunctionDescriptors = true; in MCAsmInfoXCOFF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h404 bool NeedsFunctionDescriptors = false; variable
668 bool needsFunctionDescriptors() const { return NeedsFunctionDescriptors; } in needsFunctionDescriptors()