HomeSort by: relevance | last modified time | path
    Searched refs:KeyName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
YAMLRemarkParser.cpp 220 StringRef KeyName = *MaybeKey;
222 if (KeyName == "Pass") {
227 } else if (KeyName == "Name") {
232 } else if (KeyName == "Function") {
237 } else if (KeyName == "Hotness") {
242 } else if (KeyName == "DebugLoc") {
247 } else if (KeyName == "Args") {
333 StringRef KeyName = *MaybeKey;
335 if (KeyName == "File") {
340 } else if (KeyName == "Column")
    [all...]
  /src/external/mpl/dhcp/dist/contrib/ms2isc/
Registry.pm 52 my ($RemoteMachine, $RootKey, $RegPath, $KeyName, $i);
67 $KeyName = $FullRegPath;
68 $KeyName =~ s/.*\\(.+)/$1/;
69 #print "KeyName = $KeyName\n";
72 $RegPath = substr ($FullRegPath, $i, length($FullRegPath) - length($KeyName) -$i - 1);
94 if (!RegQueryValueEx( $key, $KeyName, [], $type, $$value, [] )) {
120 # \\Server\RootKey\Path\KeyName
125 my ($RemoteMachine, $RootKey, $RegPath, $KeyName, $i);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUPALMetadata.cpp 669 std::string KeyName = Key.toString();
670 KeyName += " (";
671 KeyName += RegName;
672 KeyName += ')';
673 Key = MsgPackDoc.getNode(KeyName, /*Copy=*/true);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
Serialization.h 332 const std::string *KeyName = nullptr;
342 KeyName = &I->first;
346 assert(KeyName != nullptr && "No keyname pointer");
349 [KeyName, Serialize = std::move(Serialize)](
353 if (auto Err = serializeSeq(C, *KeyName))

Completed in 38 milliseconds