Home
last modified time | relevance | path

Searched defs:SymbolKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h54 enum class SymbolKind : uint8_t { global() enum
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h23 enum class SymbolKind : uint8_t { enum
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h44 enum SymbolKind { global() enum
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h48 enum SymbolKind : uint16_t { enum
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1624 llvm::function_ref<bool(SymbolKind, PdbCompilandSymId)> fn) { in ParseSymbolArrayInScope() argument