Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp244 static void TestFunctionInfoEncodeDecode(llvm::support::endianness ByteOrder, in TestFunctionInfoEncodeDecode() function
295 TestFunctionInfoEncodeDecode(llvm::support::little, FI); in TEST()
296 TestFunctionInfoEncodeDecode(llvm::support::big, FI); in TEST()
302 TestFunctionInfoEncodeDecode(llvm::support::little, FILines); in TEST()
303 TestFunctionInfoEncodeDecode(llvm::support::big, FILines); in TEST()
309 TestFunctionInfoEncodeDecode(llvm::support::little, FIInline); in TEST()
310 TestFunctionInfoEncodeDecode(llvm::support::big, FIInline); in TEST()
317 TestFunctionInfoEncodeDecode(llvm::support::little, FIBoth); in TEST()
318 TestFunctionInfoEncodeDecode(llvm::support::big, FIBoth); in TEST()