OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegStrings
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCRegisterInfo.h
164
const char *
RegStrings
; // Pointer to the string table.
256
RegStrings
= Strings;
354
return
RegStrings
+ get(RegNo).Name;
/external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp
728
SequenceToOffsetTable<std::string>
RegStrings
;
734
RegStrings
.add(Reg->getName());
812
RegStrings
.layout();
813
OS << "extern const char " << TargetName << "
RegStrings
[] = {\n";
814
RegStrings
.emit(OS, printChar);
819
OS << " { " <<
RegStrings
.get("") << ", 0, 0, 0, 0 },\n";
824
OS << " { " <<
RegStrings
.get(Reg->getName()) << ", "
[
all
...]
Completed in 27 milliseconds