OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefName
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenTarget.cpp
450
std::string
DefName
= R->getName();
459
if (
DefName
.size() <= 4 ||
460
std::string(
DefName
.begin(),
DefName
.begin() + 4) != "int_")
461
PrintFatalError("Intrinsic '" +
DefName
+ "' does not start with 'int_'!");
463
EnumName = std::string(
DefName
.begin()+4,
DefName
.end());
474
// If an explicit name isn't specified, derive one from the
DefName
.
483
PrintFatalError("Intrinsic '" +
DefName
+ "'s name does not start with 'llvm.'!");
492
PrintFatalError("Intrinsic '" +
DefName
+ "' does not start with 'llvm."
[
all
...]
/external/llvm/lib/TableGen/
TGParser.cpp
[
all
...]
Completed in 60 milliseconds