Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp313 FunctionInfo FIBoth(FuncAddr, FuncSize, FuncName); in TEST() local
314 AddLines(FuncAddr, FileIdx, FIBoth); in TEST()
315 AddInline(FuncAddr, FuncSize, FIBoth); in TEST()
316 TestFunctionInfoEncodeDecode(llvm::support::little, FIBoth); in TEST()
317 TestFunctionInfoEncodeDecode(llvm::support::big, FIBoth); in TEST()