Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp152 const auto NameValue = Define.split('='); in AssembleInput() local
153 StringRef Name = NameValue.first, Value = NameValue.second; in AssembleInput()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1641 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash, in addFunctionMappingRecord() argument
1644 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord()
1672 dump(llvm::outs(), NameValue, Expressions, Regions); in addFunctionMappingRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst667 Def: "def" [`NameValue`] `RecordBody`
668 NameValue: `Value` (parsed in a special mode)
931 Defm: "defm" [`NameValue`] `ParentClassList` ";"
933 The optional :token:`NameValue` is formed in the same way as the name of a
1381 1. Build the record name (:token:`NameValue`) and create an empty record.
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc161 NameValue.size()))
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc214 NameValue.size()))