Searched defs:JumpTables (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | MachineJumpTableInfo.h | 87 std::vector<MachineJumpTableEntry> JumpTables; global() variable |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | CodeViewDebug.h | 177 std::vector<JumpTableInfo> JumpTables; member |
/llvm-project/bolt/lib/Core/ | ||
H A D | BinaryFunction.cpp | 83 JumpTables("jump-tables", variable |
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryContext.h | 230 std::map<uint64_t, JumpTable *> JumpTables; global() variable |
H A D | BinaryFunction.h | 539 std::map<uint64_t, JumpTable *> JumpTables; global() variable |