Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfoCOFF.cpp46 HasCOFFAssociativeComdats = true; in MCAsmInfoCOFF()
64 HasCOFFAssociativeComdats = false; in MCAsmInfoGNUCOFF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h90 bool HasCOFFAssociativeComdats = false; variable
493 bool hasCOFFAssociativeComdats() const { return HasCOFFAssociativeComdats; } in hasCOFFAssociativeComdats()