Home
last modified time | relevance | path

Searched refs:Inlinees (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp573 CallerSym Inlinees(SymbolRecordKind::InlineesSym); in TEST_F() local
574 Inlinees.Indices.push_back(TypeIndex(7)); in TEST_F()
575 Inlinees.Indices.push_back(TypeIndex(8)); in TEST_F()
576 Inlinees.Indices.push_back(TypeIndex(9)); in TEST_F()
577 writeSymbolRecords(Callees, Callers, Inlinees); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionVisitor.h47 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp774 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
778 Error visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &Inlinees,
821 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines() argument
824 State.strings(), State.checksums(), Inlinees); in visitInlineeLines()