Home
last modified time | relevance | path

Searched refs:NameValue (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp178 const auto NameValue = Define.split('='); in AssembleInput() local
179 StringRef Name = NameValue.first, Value = NameValue.second; in AssembleInput()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1659 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash, in addFunctionMappingRecord() argument
1662 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord()
1690 dump(llvm::outs(), NameValue, Expressions, Regions); in addFunctionMappingRecord()
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst673 Def: "def" [`NameValue`] `RecordBody`
674 NameValue: `Value` (parsed in a special mode)
936 Defm: "defm" [`NameValue`] `ParentClassList` ";"
938 The optional :token:`NameValue` is formed in the same way as the name of a
1384 1. Build the record name (:token:`NameValue`) and create an empty record.
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3241 struct NameValue { struct
3242 TUPLE_CLASS_BOILERPLATE(NameValue);
3246 std::variant<std::list<IgnoreTKR>, std::list<NameValue>> u;
H A Ddump-parse-tree.h193 NODE(CompilerDirective, NameValue) in NODE()
/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp1209 "DIR$" >> many(construct<CompilerDirective::NameValue>(name,
H A Dunparse.cpp1786 [&](const std::list<CompilerDirective::NameValue> &names) { in Unparse()
1804 void Unparse(const CompilerDirective::NameValue &x) { in Unparse()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc216 NameValue.size()))
/llvm-project-15.0.7/compiler-rt/include/profile/
H A DInstrProfData.inc216 NameValue.size()))