OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEnumName
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
SubtargetFeatureInfo.h
33
std::string
getEnumName
() const {
CodeGenTarget.cpp
54
default: return
getEnumName
(T);
58
StringRef llvm::
getEnumName
(MVT::SimpleValueType T) {
CodeGenDAGPatterns.h
462
StringRef
getEnumName
() const { return EnumName; }
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
DirectiveEmitter.h
160
StringRef
getEnumName
() const {
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp
84
static StringRef
getEnumName
(CodeViewRecordIO &IO, T Value,
105
getEnumName
(IO, uint8_t(Access), makeArrayRef(getMemberAccessNames())));
109
getEnumName
(IO, unsigned(Kind), makeArrayRef(getMemberKindNames())));
230
getEnumName
(IO, unsigned(RecordKind), makeArrayRef(LeafTypeNames)));
272
(
getEnumName
(IO, unsigned(Record.Kind), makeArrayRef(LeafTypeNames)))
305
std::string CallingConvName = std::string(
getEnumName
(
321
std::string CallingConvName = std::string(
getEnumName
(
366
std::string(
getEnumName
(IO, unsigned(Record.getPointerKind()),
370
std::string PtrMode = std::string(
getEnumName
(
403
std::string PtrMemberGetRepresentation = std::string(
getEnumName
(
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026