Searched refs:NameValue (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | llvm-ml.cpp | 178 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 D | CoverageMappingGen.cpp | 1659 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 D | ProgRef.rst | 673 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 D | parse-tree.h | 3241 struct NameValue { struct 3242 TUPLE_CLASS_BOILERPLATE(NameValue); 3246 std::variant<std::list<IgnoreTKR>, std::list<NameValue>> u;
|
| H A D | dump-parse-tree.h | 193 NODE(CompilerDirective, NameValue) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | Fortran-parsers.cpp | 1209 "DIR$" >> many(construct<CompilerDirective::NameValue>(name,
|
| H A D | unparse.cpp | 1786 [&](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 D | InstrProfData.inc | 216 NameValue.size()))
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 216 NameValue.size()))
|