Home
last modified time | relevance | path

Searched refs:ModeName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp629 std::string ModeName = std::string( in visitKnownRecord() local
631 error(IO.mapEnum(Record.Mode, "Mode: " + ModeName)); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp2074 StringRef ModeName = CGH.getModeName(M, /*IncludeDefault=*/true); in run() local
2075 OS << " " << ModeName << " = "; in run()
2083 OS << " LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/" << ModeName in run()