HomeSort by relevance Sort by last modified time
    Searched refs:VName (Results 1 - 4 of 4) sorted by null

  /prebuilts/tools/linux-x86_64/kythe/proto/
storage.proto 57 // VName is a proto representation of a vector name.
67 // vname. We're not trying to exhaust the possible dimensions along which a
69 message VName {
131 VName source = 1;
135 VName target = 3;
157 // Return entries having this source VName, which may not be empty.
158 VName source = 1;
169 VName target = 2;
174 VName source = 1;
184 // Return entries having this target VName; if empty, any target field i
    [all...]
analysis.proto 77 // The base VName for the compilation and any generated VNames from its
80 VName v_name = 1;
141 VName v_name = 1;
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 825 StringRef VName;
826 if (parseIdentifier(VName))
829 Split = std::make_pair(Identifier, VName);
836 StringRef VName;
837 parseIdentifier(VName);
843 Split = std::make_pair(Identifier, VName);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 718 milliseconds