reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/DebugInfo/GSYM/GSYMTest.cpp
 1072   TestGsymCreatorEncodeError(llvm::support::little, GC,
 1076   const uint32_t FuncName = GC.insertString("foo");
 1079   GC.addFunctionInfo(FunctionInfo(FuncAddr, FuncSize, FuncName));
 1080   TestGsymCreatorEncodeError(llvm::support::little, GC,
 1084   llvm::Error finalizeErr = GC.finalize(OS);
 1086   finalizeErr = GC.finalize(OS);
 1091   GC.setUUID(InvalidUUID);
 1092   TestGsymCreatorEncodeError(llvm::support::little, GC,
 1094   GC.setUUID(ValidUUID);
 1097   GC.forEachFunctionInfo([](FunctionInfo &FI) -> bool {
 1101   TestGsymCreatorEncodeError(llvm::support::little, GC,
 1105   GC.forEachFunctionInfo([](FunctionInfo &FI) -> bool {
 1110   TestGsymCreatorEncodeError(llvm::support::little, GC,