OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JumpTableInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h
251
MachineJumpTableInfo *
JumpTableInfo
;
581
const MachineJumpTableInfo *getJumpTableInfo() const { return
JumpTableInfo
; }
582
MachineJumpTableInfo *getJumpTableInfo() { return
JumpTableInfo
; }
584
/// getOrCreateJumpTableInfo - Get the
JumpTableInfo
for this function, if it
MIRYamlMapping.h
706
MachineJumpTable
JumpTableInfo
;
739
if (!YamlIO.outputting() || !MF.
JumpTableInfo
.Entries.empty())
740
YamlIO.mapOptional("jumpTable", MF.
JumpTableInfo
, MachineJumpTable());
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026