Searched refs:VName (Results 1 – 8 of 8) 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 | 115 SmallString<64> VName; in addInjectedSource() 116 sys::path::native(Name.lower(), VName, sys::path::Style::windows_backslash); in addInjectedSource() 119 uint32_t VNI = getStringTableBuilder().insert(VName); in addInjectedSource() 127 Desc.StreamName += VName; in addInjectedSource() 199 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex); in finalizeMsfLayout() 200 InjectedSourceTable.set_as(VName, std::move(Entry), in finalizeMsfLayout() 114 SmallString<64> VName; addInjectedSource() local 197 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex); finalizeMsfLayout() local
|
H A D | NativeEnumInjectedSources.cpp | 73 StringRef VName = in getCode() local 76 std::string StreamName = ("/src/files/" + VName).str(); in getCode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 112 auto PrintImmValue = [&](const MCExpr *Val, const char *VName) { in print() 115 OS << VName << Imm; in print() 120 OS << VName << SymNameStr; in print()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 1211 StringRef VName; in parsePrimaryExpr() local 1212 if (parseIdentifier(VName)) in parsePrimaryExpr() 1215 Split = std::make_pair(Identifier, VName); in parsePrimaryExpr() 1222 StringRef VName; in parsePrimaryExpr() local 1223 parseIdentifier(VName); in parsePrimaryExpr() 1226 Split = std::make_pair(Identifier, VName); in parsePrimaryExpr()
|
H A D | MasmParser.cpp | 1625 StringRef VName; in parsePrimaryExpr() local 1626 parseIdentifier(VName); in parsePrimaryExpr() 1631 Split = std::make_pair(Identifier, VName); in parsePrimaryExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 574 DeclarationName VName; in ParseOpenMPDeclareMapperDirective() local 577 TypeResult ParsedType = parseOpenMPDeclareMapperVarDecl(Range, VName, AS); in ParseOpenMPDeclareMapperDirective() 607 getCurScope(), MapperType, Range.getBegin(), VName); in ParseOpenMPDeclareMapperDirective() 638 Range.getBegin(), VName, AS, MapperVarRef.get(), Clauses); in ParseOpenMPDeclareMapperDirective()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1774 StringRef VName = V->getName(); in CollectRecordLambdaFields() local 1778 VName, Field->getType(), Loc, Field->getAccess(), in CollectRecordLambdaFields() 1810 StringRef VName = Var->getName(); in CreateRecordStaticField() local 1831 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Tag, Align); in CreateRecordStaticField()
|