Home
last modified time | relevance | path

Searched defs:EntryKind (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp111 StringRef EntryKind = dwarf::GDBIndexEntryKindString(E.Descriptor.Kind); in dump() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h76 enum EntryKind { DbgValue, Clobber }; enum
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h50 enum EntryType EntryKind; variable
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h30 uint8_t EntryKind; member
/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp180 enum EntryKind { global() enum
/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h768 enum EntryKind { EK_Directory, EK_DirectoryRemap, EK_File }; global() enum
/llvm-project/clang-tools-extra/modularize/
H A DModularize.cpp429 enum EntryKind { enum
/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp68 enum EntryKind { enum
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp316 getOrCreateJumpTableInfo(unsigned EntryKind) { in getOrCreateJumpTableInfo() argument