Home
last modified time | relevance | path

Searched refs:hasBinaryAttrs (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h132 bool hasBinaryAttrs() const { return BA.get(); } in hasBinaryAttrs() function
136 return !hasBinaryAttrs() && Globals.empty() && Classes.empty() && in empty()
/llvm-project/llvm/unittests/TextAPI/
H A DRecordTests.cpp143 EXPECT_TRUE(Slice.hasBinaryAttrs()); in TEST()
/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp291 if (!hasBinaryAttrs()) in getBinaryAttrs()