Home
last modified time | relevance | path

Searched refs:VName (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DInjectedSourceStream.cpp58 auto VName = Strings.getStringForID(Entry.second.VFileNI); in reload() local
59 if (!VName) in reload()
60 return VName.takeError(); in reload()
H A DPDBFileBuilder.cpp105 SmallString<64> VName; in addInjectedSource() local
106 sys::path::native(Name.lower(), VName); in addInjectedSource()
109 uint32_t VNI = getStringTableBuilder().insert(VName); in addInjectedSource()
117 Desc.StreamName += VName; in addInjectedSource()
188 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex); in finalizeMsfLayout() local
189 InjectedSourceTable.set_as(VName, std::move(Entry), in finalizeMsfLayout()
H A DNativeEnumInjectedSources.cpp70 StringRef VName = in getCode() local
73 std::string StreamName = ("/src/files/" + VName).str(); in getCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h101 auto PrintImmValue = [&](const MCExpr *Val, const char *VName) { in print()
104 OS << VName << Imm; in print()
109 OS << VName << SymNameStr; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp878 const char *VName = LLVMGetValueName2(V, &NameLen); in DeclareBB() local
879 if (Name != VName) in DeclareBB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1188 StringRef VName; in parsePrimaryExpr() local
1189 if (parseIdentifier(VName)) in parsePrimaryExpr()
1192 Split = std::make_pair(Identifier, VName); in parsePrimaryExpr()
1199 StringRef VName; in parsePrimaryExpr() local
1200 parseIdentifier(VName); in parsePrimaryExpr()
1205 Split = std::make_pair(Identifier, VName); in parsePrimaryExpr()
H A DMasmParser.cpp1490 StringRef VName; in parsePrimaryExpr() local
1491 if (parseIdentifier(VName)) in parsePrimaryExpr()
1494 Split = std::make_pair(Identifier, VName); in parsePrimaryExpr()
1501 StringRef VName; in parsePrimaryExpr() local
1502 parseIdentifier(VName); in parsePrimaryExpr()
1507 Split = std::make_pair(Identifier, VName); in parsePrimaryExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp558 DeclarationName VName; in ParseOpenMPDeclareMapperDirective() local
561 TypeResult ParsedType = parseOpenMPDeclareMapperVarDecl(Range, VName, AS); in ParseOpenMPDeclareMapperDirective()
589 getCurScope(), MapperType, Range.getBegin(), VName); in ParseOpenMPDeclareMapperDirective()
620 Range.getBegin(), VName, AS, MapperVarRef.get(), Clauses); in ParseOpenMPDeclareMapperDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1446 StringRef VName = V->getName(); in CollectRecordLambdaFields() local
1450 VName, Field->getType(), Loc, Field->getAccess(), in CollectRecordLambdaFields()
1480 StringRef VName = Var->getName(); in CreateRecordStaticField() local
1495 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Align); in CreateRecordStaticField()