Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h575 bool supportsSignedData() const { return SupportsSignedData; } in supportsSignedData() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp49 if (Value < 0 && MAI && !MAI->supportsSignedData()) in print()