LLVM 22.0.0git
DebugUtils.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::orc

Macros

#define DEBUG_TYPE   "orc"

Functions

LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolNameSet &Symbols)
 Render a SymbolNameSet.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolNameVector &Symbols)
 Render a SymbolNameVector.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, ArrayRef< SymbolStringPtr > Symbols)
 Render an array of SymbolStringPtrs.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const JITSymbolFlags &Flags)
 Render JITSymbolFlags.
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const ExecutorSymbolDef &Sym)
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolFlagsMap::value_type &KV)
 Render a SymbolFlagsMap entry.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolMap::value_type &KV)
 Render a SymbolMap entry.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolFlagsMap &SymbolFlags)
 Render a SymbolFlagsMap.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolMap &Symbols)
 Render a SymbolMap.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolDependenceMap::value_type &KV)
 Render a SymbolDependenceMap entry.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolDependenceMap &Deps)
 Render a SymbolDependendeMap.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const MaterializationUnit &MU)
 Render a MaterializationUnit.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const LookupKind &K)
 Render a LookupKind.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const JITDylibLookupFlags &JDLookupFlags)
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolLookupFlags &LookupFlags)
 Render a SymbolLookupFlags instance.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolLookupSet::value_type &KV)
 Render a SymbolLookupSet entry.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolLookupSet &LookupSet)
 Render a SymbolLookupSet.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const JITDylibSearchOrder &SearchOrder)
 Render a JITDylibSearchOrder.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolAliasMap &Aliases)
 Render a SymbolAliasMap.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolState &S)
 Render a SymbolState.
LLVM_ABI raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolStringPool &SSP)
 Dump a SymbolStringPool. Useful for debugging dangling-pointer crashes.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc"

Definition at line 19 of file DebugUtils.cpp.