OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegStrings
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h
167
const char *
RegStrings
; // Pointer to the string table.
373
RegStrings
= Strings;
486
return
RegStrings
+ get(RegNo).Name;
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
RegisterInfoEmitter.cpp
898
SequenceToOffsetTable<std::string>
RegStrings
;
904
RegStrings
.add(std::string(Reg.getName()));
998
RegStrings
.layout();
999
RegStrings
.emitStringLiteralDef(OS, Twine("extern const char ") + TargetName +
1000
"
RegStrings
[]");
1004
OS << " { " <<
RegStrings
.get("") << ", 0, 0, 0, 0, 0 },\n";
1009
OS << " { " <<
RegStrings
.get(std::string(Reg.getName())) << ", "
1121
<< TargetName << "LaneMaskLists, " << TargetName << "
RegStrings
, "
1536
OS << "extern const char " << TargetName << "
RegStrings
[];\n";
1563
<< " " << TargetName << "
RegStrings
,\n
[
all
...]
Completed in 109 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026