Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp243 static void TestFunctionInfoEncodeDecode(llvm::support::endianness ByteOrder, in TestFunctionInfoEncodeDecode() function
294 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()