Searched refs:TestFunctionInfoEncodeDecode (Results 1 – 1 of 1) sorted by relevance
243 static void TestFunctionInfoEncodeDecode(llvm::support::endianness ByteOrder, in TestFunctionInfoEncodeDecode() function294 TestFunctionInfoEncodeDecode(llvm::support::little, FI); in TEST()295 TestFunctionInfoEncodeDecode(llvm::support::big, FI); in TEST()301 TestFunctionInfoEncodeDecode(llvm::support::little, FILines); in TEST()302 TestFunctionInfoEncodeDecode(llvm::support::big, FILines); in TEST()308 TestFunctionInfoEncodeDecode(llvm::support::little, FIInline); in TEST()309 TestFunctionInfoEncodeDecode(llvm::support::big, FIInline); in TEST()316 TestFunctionInfoEncodeDecode(llvm::support::little, FIBoth); in TEST()317 TestFunctionInfoEncodeDecode(llvm::support::big, FIBoth); in TEST()