Home
last modified time | relevance | path

Searched refs:ExtraFiles (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp35 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount)) in operator ()()
59 return Signature == InlineeLinesSignature::ExtraFiles; in hasExtraFiles()
87 Sig = InlineeLinesSignature::ExtraFiles; in commit()
99 if (auto EC = Writer.writeInteger<uint32_t>(E.ExtraFiles.size())) in commit()
101 if (auto EC = Writer.writeArray(ArrayRef(E.ExtraFiles))) in commit()
112 Entry.ExtraFiles.push_back(ulittle32_t(Offset)); in addExtraFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h33 ExtraFiles // CV_INLINEE_SOURCE_LINE_SIGNATURE_EX enumerator
47 FixedStreamArray<support::ulittle32_t> ExtraFiles; member
91 std::vector<support::ulittle32_t> ExtraFiles;
/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h50 llvm::StringMap<std::string> ExtraFiles = {}; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h103 std::vector<StringRef> ExtraFiles; member
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp94 for (const auto &Extra : In.ExtraFiles) in TestAST()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp303 IO.mapOptional("ExtraFiles", Obj.ExtraFiles); in mapping()
454 for (auto EF : Site.ExtraFiles) { in toCodeViewSubsection()
632 for (const auto EF : IL.ExtraFiles) { in fromCodeViewSubsection()
636 Site.ExtraFiles.push_back(*ExpF2); in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp255 W.printNumber("ExtraFileCount", Line.ExtraFiles.size()); in collectInlineeInfo()
256 ListScope ExtraFiles(W, "ExtraFiles"); in collectInlineeInfo()
257 for (const ulittle32_t &FID : Line.ExtraFiles) in collectInlineeInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1454 W.printNumber("ExtraFileCount", Line.ExtraFiles.size()); in printCodeViewInlineeLines()
1455 ListScope ExtraFiles(W, "ExtraFiles"); in printCodeViewInlineeLines() local
1456 for (const auto &FID : Line.ExtraFiles) { in printCodeViewInlineeLines()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp895 for (const auto &ExtraFileID : Entry.ExtraFiles) { in dumpInlineeLines()
/freebsd/sys/contrib/edk2/
H A DMdePkg.dec2619 [UserExtensions.TianoCore."ExtraFiles"]