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
420
std::string
DefName
= R->getName();
427
if (
DefName
.size() <= 4 ||
428
std::string(
DefName
.begin(),
DefName
.begin() + 4) != "int_")
429
PrintFatalError("Intrinsic '" +
DefName
+ "' does not start with 'int_'!");
431
EnumName = std::string(
DefName
.begin()+4,
DefName
.end());
440
// If an explicit name isn't specified, derive one from the
DefName
.
449
PrintFatalError("Intrinsic '" +
DefName
+ "'s name does not start with 'llvm.'!");
458
PrintFatalError("Intrinsic '" +
DefName
+ "' does not start with 'llvm."
[
all
...]
/external/llvm/lib/TableGen/
TGParser.cpp
[
all
...]
Completed in 66 milliseconds