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

Declarations

include/llvm/DebugInfo/GSYM/InlineInfo.h
  119   llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;

References

lib/DebugInfo/GSYM/FunctionInfo.cpp
  132     llvm::Error err = Inline->encode(O, Range.Start);
lib/DebugInfo/GSYM/InlineInfo.cpp
  148       llvm::Error Err = Child.encode(O, ChildBaseAddr);
unittests/DebugInfo/GSYM/GSYMTest.cpp
  323   llvm::Error Err = Inline.encode(FW, BaseAddr);
  355   llvm::Error Err = Inline.encode(FW, BaseAddr);