Searched refs:VName (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InjectedSourceStream.cpp | 57 auto VName = Strings.getStringForID(Entry.second.VFileNI); in reload() 58 if (!VName) in reload() local 59 return VName.takeError(); in reload()
|
| H A D | PDBFileBuilder.cpp | 114 SmallString<64> VName; in addInjectedSource() local 115 sys::path::native(Name.lower(), VName, sys::path::Style::windows_backslash); in addInjectedSource() 118 uint32_t VNI = getStringTableBuilder().insert(VName); in addInjectedSource() 126 Desc.StreamName += VName; in addInjectedSource() 198 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex); in finalizeMsfLayout() local 199 InjectedSourceTable.set_as(VName, std::move(Entry), in finalizeMsfLayout()
|
| H A D | NativeEnumInjectedSources.cpp | 72 StringRef VName = in getCode() local 75 std::string StreamName = ("/src/files/" + VName).str(); in getCode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 111 auto PrintImmValue = [&](const MCExpr *Val, const char *VName) { in print() 114 OS << VName << Imm; in print() 119 OS << VName << SymNameStr; in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1185 StringRef VName; in parsePrimaryExpr() local 1186 if (parseIdentifier(VName)) in parsePrimaryExpr() 1189 Split = std::make_pair(Identifier, VName); in parsePrimaryExpr() 1196 StringRef VName; in parsePrimaryExpr() local 1197 parseIdentifier(VName); in parsePrimaryExpr() 1200 Split = std::make_pair(Identifier, VName); in parsePrimaryExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 439 DeclarationName VName; in ParseOpenMPDeclareMapperDirective() local 442 TypeResult ParsedType = parseOpenMPDeclareMapperVarDecl(Range, VName, AS); in ParseOpenMPDeclareMapperDirective() 473 getCurScope(), MapperType, Range.getBegin(), VName); in ParseOpenMPDeclareMapperDirective() 506 Range.getBegin(), VName, AS, MapperVarRef.get(), Clauses); in ParseOpenMPDeclareMapperDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1938 StringRef VName = V->getName(); in CollectRecordLambdaFields() local 1942 VName, Field->getType(), Loc, Field->getAccess(), in CollectRecordLambdaFields() 1974 StringRef VName = Var->getName(); in CreateRecordStaticField() local 1995 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Tag, Align); in CreateRecordStaticField()
|