LLVM: callgraph Namespace Reference (original) (raw)
| Enumerations | |
|---|---|
| enum | Flags : uint8_t { None = 0 , IsIndirectTarget = 1u << 0 , HasDirectCallees = 1u << 1 , HasIndirectCallees = 1u << 2 } |
| Functions |
|---|
Enumeration Type Documentation
◆ Flags
enum callgraph::Flags : uint8_t
| Enumerator |
|---|
| None |
| IsIndirectTarget |
| HasDirectCallees |
| HasIndirectCallees |
Definition at line 215 of file AsmPrinter.cpp.
Function Documentation
◆ LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE()
| callgraph::LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE | ( | ) |
|---|