OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Inlinee
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCPseudoProbe.cpp
73
for (auto &
Inlinee
: Inlinees)
74
delete
Inlinee
.second;
161
for (const auto &
Inlinee
: Inlinees) {
164
MCOS->emitULEB128IntValue(std::get<1>(
Inlinee
.first));
167
dbgs() << "InlineSite: " << std::get<1>(
Inlinee
.first) << "\n";
171
Inlinee
.second->emit(MCOS, LastProbe);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeInlineSiteSymbol.cpp
51
if (Line.Header->
Inlinee
== Id)
71
CVType InlineeType = Ids.getType(Sym.
Inlinee
);
91
QualifiedName.append(std::string(Ids.getTypeName(Sym.
Inlinee
)));
153
// Get line info from
inlinee
line table.
154
Optional<InlineeSourceLine>
Inlinee
=
155
findInlineeByTypeIndex(Sym.
Inlinee
, ModS.get());
157
if (!
Inlinee
)
160
uint32_t SrcLine =
Inlinee
->Header->SourceLineNum + SrcLineOffset;
163
(SrcFileOffset == 0) ?
Inlinee
->Header->FileID : SrcFileOffset;
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h
99
uint32_t
Inlinee
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h
37
TypeIndex
Inlinee
; // ID of the function that was inlined.
SymbolRecord.h
347
TypeIndex
Inlinee
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugInlineeLinesSubsection.cpp
124
Entry.Header.
Inlinee
= FuncId;
SymbolDumper.cpp
455
printTypeIndex("
Inlinee
", InlineSite.
Inlinee
);
SymbolRecordMapping.cpp
344
error(IO.mapInteger(InlineSite.
Inlinee
));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h
110
const DISubprogram *
Inlinee
= nullptr;
226
const DISubprogram *
Inlinee
);
CodeViewDebug.cpp
242
const DISubprogram *
Inlinee
) {
256
Site->
Inlinee
=
Inlinee
;
257
InlinedSubprograms.insert(
Inlinee
);
258
getFuncIdForSubprogram(
Inlinee
);
487
const DISubprogram *
Inlinee
= Var.DIVar->getScope()->getSubprogram();
488
InlineSite &Site = getInlineSite(InlinedAt,
Inlinee
);
887
OS.AddComment("
Inlinee
lines subsection");
894
OS.AddComment("
Inlinee
lines signature");
920
assert(TypeIndices.count({Site.
Inlinee
, nullptr}))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp
304
IO.mapRequired("
Inlinee
", Obj.
Inlinee
);
451
Result->addInlineSite(TypeIndex(Site.
Inlinee
), Site.FileName,
631
Site.
Inlinee
= IL.Header->
Inlinee
.getIndex();
CodeViewYAMLSymbols.cpp
385
IO.mapRequired("
Inlinee
", Symbol.
Inlinee
);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
286
Inlinee
,
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp
281
CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType,
Inlinee
, OS)
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp
684
P.formatLine("
inlinee
= {0}, parent = {1}, end = {2}", idIndex(IS.
Inlinee
),
688
// FIXME: It would be helpful if we could look up the initial file and
inlinee
689
// lines offset using the
inlinee
index above.
DumpOutputStyle.cpp
979
printHeader(P, "
Inlinee
Lines");
990
P.formatLine("{0,+8} | {1,+5} | {2}", "
Inlinee
", "Line", "Source File");
992
P.formatLine("{0,+8} | {1,+5} | ", Entry.Header->
Inlinee
,
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp
1254
printTypeIndex("
Inlinee
", Line.Header->
Inlinee
);
Completed in 70 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026