HomeSort by: relevance | last modified time | path
    Searched refs:InlineeLines (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h 69 return S->kind() == DebugSubsectionKind::InlineeLines;
99 return S->kind() == DebugSubsectionKind::InlineeLines;
CodeView.h 317 InlineeLines = 0xf6,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugInlineeLinesSubsection.cpp 43 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {}
63 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums),
DebugSubsectionVisitor.cpp 47 case DebugSubsectionKind::InlineeLines: {
EnumTables.cpp 238 CV_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeInlineSiteSymbol.cpp 40 if (SS.kind() != DebugSubsectionKind::InlineeLines)
43 DebugInlineeLinesSubsectionRef InlineeLines;
45 if (auto EC = InlineeLines.initialize(Reader)) {
50 for (const InlineeSourceLine &Line : InlineeLines)
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 137 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {}
148 InlineeInfo InlineeLines;
335 IO.mapTag("!InlineeLines", true);
336 IO.mapRequired("HasExtraFiles", InlineeLines.HasExtraFiles);
337 IO.mapRequired("Sites", InlineeLines.Sites);
378 } else if (IO.mapTag("!InlineeLines")) {
448 *SC.checksums(), InlineeLines.HasExtraFiles);
450 for (const auto &Site : InlineeLines.Sites) {
453 if (!InlineeLines.HasExtraFiles)
624 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles()
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
FormatUtil.cpp 111 RETURN_CASE(DebugSubsectionKind, InlineeLines, "inlinee lines");
129 RETURN_CASE(DebugSubsectionKind, InlineeLines, "DEBUG_S_INLINEELINES");
YAMLOutputStyle.cpp 179 case DebugSubsectionKind::InlineeLines:
180 return opts::ModuleSubsection::InlineeLines;
llvm-pdbutil.h 43 InlineeLines,
llvm-pdbutil.cpp 138 clEnumValN(ModuleSubsection::InlineeLines, "ilines",
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 557 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
1055 case DebugSubsectionKind::InlineeLines:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 888 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines);

Completed in 92 milliseconds