Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h87 std::vector<MachineJumpTableEntry> JumpTables; global() variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h177 std::vector<JumpTableInfo> JumpTables; member
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp83 JumpTables("jump-tables", variable
3810 SmallSet<uint64_t, 4> JumpTables; checkForAmbiguousJumpTables() local
3834 SmallPtrSet<JumpTable *, 4> JumpTables; disambiguateJumpTables() local
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h230 std::map<uint64_t, JumpTable *> JumpTables; global() variable
H A DBinaryFunction.h539 std::map<uint64_t, JumpTable *> JumpTables; global() variable