Home
last modified time | relevance | path

Searched refs:POSSIBLE_JUMP_TABLE (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h95 POSSIBLE_JUMP_TABLE, /// Possibly a non-PIC jump table. enumerator
H A DMCPlusBuilder.h54 POSSIBLE_JUMP_TABLE, /// Possibly a switch/jump table. enumerator
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp902 MemType = MemoryContentsType::POSSIBLE_JUMP_TABLE; in processIndirectBranch()
925 BranchType = IndirectBranchType::POSSIBLE_JUMP_TABLE; in processIndirectBranch()
1123 case IndirectBranchType::POSSIBLE_JUMP_TABLE: in disassemble()
H A DBinaryContext.cpp476 return MemoryContentsType::POSSIBLE_JUMP_TABLE; in analyzeMemoryAt()