OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEntryKind
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DbgEntityHistoryCalculator.h
84
EntryKind
getEntryKind
() const { return Instr.getInt(); }
86
bool isClobber() const { return
getEntryKind
() == Clobber; }
87
bool isDbgValue() const { return
getEntryKind
() == DbgValue; }
MachineJumpTableInfo.h
84
JTEntryKind
getEntryKind
() const { return EntryKind; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp
998
switch (
getEntryKind
()) {
1018
switch (
getEntryKind
()) {
MIRPrinter.cpp
553
YamlJTI.Kind = JTI.
getEntryKind
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
2080
if (MJTI->
getEntryKind
() == MachineJumpTableInfo::EK_Inline) return;
2089
MJTI->
getEntryKind
() == MachineJumpTableInfo::EK_LabelDifference32,
2112
if (MJTI->
getEntryKind
() == MachineJumpTableInfo::EK_LabelDifference32 &&
2158
switch (MJTI->
getEntryKind
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
822
MJTI->
getEntryKind
() == MachineJumpTableInfo::EK_LabelDifference32,
Completed in 146 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026