Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h548 bool supportsSignedData() const { return SupportsSignedData; } in supportsSignedData() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp50 if (Value < 0 && MAI && !MAI->supportsSignedData()) in print()