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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
InjectedSourceStream.cpp 58 auto VName = Strings.getStringForID(Entry.second.VFileNI);
59 if (!VName)
60 return VName.takeError();
PDBFileBuilder.cpp 105 SmallString<64> VName;
106 sys::path::native(Name.lower(), VName);
109 uint32_t VNI = getStringTableBuilder().insert(VName);
117 Desc.StreamName += VName;
188 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex);
189 InjectedSourceTable.set_as(VName, std::move(Entry),
NativeEnumInjectedSources.cpp 70 StringRef VName =
73 std::string StreamName = ("/src/files/" + VName).str();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86Operand.h 101 auto PrintImmValue = [&](const MCExpr *Val, const char *VName) {
104 OS << VName << Imm;
109 OS << VName << SymNameStr;
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 1188 StringRef VName;
1189 if (parseIdentifier(VName))
1192 Split = std::make_pair(Identifier, VName);
1199 StringRef VName;
1200 parseIdentifier(VName);
1205 Split = std::make_pair(Identifier, VName);
MasmParser.cpp 1490 StringRef VName;
1491 if (parseIdentifier(VName))
1494 Split = std::make_pair(Identifier, VName);
1501 StringRef VName;
1502 parseIdentifier(VName);
1507 Split = std::make_pair(Identifier, VName);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp 878 const char *VName = LLVMGetValueName2(V, &NameLen);
879 if (Name != VName)
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 558 DeclarationName VName;
561 TypeResult ParsedType = parseOpenMPDeclareMapperVarDecl(Range, VName, AS);
589 getCurScope(), MapperType, Range.getBegin(), VName);
620 Range.getBegin(), VName, AS, MapperVarRef.get(), Clauses);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 1446 StringRef VName = V->getName();
1450 VName, Field->getType(), Loc, Field->getAccess(),
1480 StringRef VName = Var->getName();
1495 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Align);

Completed in 76 milliseconds