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.h32 ExtraFiles // CV_INLINEE_SOURCE_LINE_SIGNATURE_EX enumerator
46 FixedStreamArray<support::ulittle32_t> ExtraFiles; member
90 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.h102 std::vector<StringRef> ExtraFiles; member
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp114 for (const auto &Extra : In.ExtraFiles) in TestAST()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp305 IO.mapOptional("ExtraFiles", Obj.ExtraFiles); in mapping()
456 for (auto EF : Site.ExtraFiles) { in toCodeViewSubsection()
634 for (const auto EF : IL.ExtraFiles) { in fromCodeViewSubsection()
638 Site.ExtraFiles.push_back(*ExpF2); in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp260 W.printNumber("ExtraFileCount", Line.ExtraFiles.size()); in collectInlineeInfo()
261 ListScope ExtraFiles(W, "ExtraFiles"); in collectInlineeInfo()
262 for (const ulittle32_t &FID : Line.ExtraFiles) in collectInlineeInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1408 W.printNumber("ExtraFileCount", Line.ExtraFiles.size()); in printCodeViewInlineeLines()
1409 ListScope ExtraFiles(W, "ExtraFiles"); in printCodeViewInlineeLines() local
1410 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.dec2339 [UserExtensions.TianoCore."ExtraFiles"]