OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InlinedAt
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
IRBindings.h
33
LLVMMetadataRef
InlinedAt
;
48
LLVMMetadataRef
InlinedAt
);
IRBindings.cpp
55
LLVMMetadataRef
InlinedAt
) {
61
InlinedAt
? unwrap<MDNode>(
InlinedAt
) : nullptr));
66
const auto*
InlinedAt
= Loc.getInlinedAt();
71
InlinedAt
== nullptr ? nullptr : wrap(
InlinedAt
->getRawInlinedAt()),
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
PseudoProbePrinter.cpp
56
auto *
InlinedAt
= DebugLoc ? DebugLoc->getInlinedAt() : nullptr;
57
while (
InlinedAt
) {
58
const DISubprogram *SP =
InlinedAt
->getScope()->getSubprogram();
66
InlinedAt
->getDiscriminator());
68
InlinedAt
=
InlinedAt
->getInlinedAt();
DwarfDebug.h
69
const DILocation *
InlinedAt
;
80
: Entity(N),
InlinedAt
(IA), SubclassID(ID) {}
86
const DILocation *getInlinedAt() const { return
InlinedAt
; }
CodeViewDebug.cpp
241
CodeViewDebug::getInlineSite(const DILocation *
InlinedAt
,
243
auto SiteInsertion = CurFn->InlineSites.insert({
InlinedAt
, InlineSite()});
247
if (const DILocation *OuterIA =
InlinedAt
->getInlinedAt())
249
getInlineSite(OuterIA,
InlinedAt
->getScope()->getSubprogram())
254
Site->SiteFuncId, ParentFuncId, maybeRecordFile(
InlinedAt
->getFile()),
255
InlinedAt
->getLine(),
InlinedAt
->getColumn(), SMLoc());
485
if (const DILocation *
InlinedAt
= LS->getInlinedAt()) {
488
InlineSite &Site = getInlineSite(
InlinedAt
, Inlinee);
918
const DILocation *
InlinedAt
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h
107
LineInfo
InlinedAt
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfileProbe.cpp
55
const DILocation *
InlinedAt
= DIL ? DIL->getInlinedAt() : nullptr;
56
while (
InlinedAt
) {
57
Hash ^= MD5Hash(std::to_string(
InlinedAt
->getLine()));
58
Hash ^= MD5Hash(std::to_string(
InlinedAt
->getColumn()));
59
const DISubprogram *SP =
InlinedAt
->getScope()->getSubprogram();
65
InlinedAt
=
InlinedAt
->getInlinedAt();
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp
1311
Metadata *
InlinedAt
= getMDOrNull(Record[4]);
1314
GET_OR_DISTINCT(DILocation, (Context, Line, Column, Scope,
InlinedAt
,
1933
// 10th field is for the obseleted '
inlinedAt
:' field.
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp
680
auto *
InlinedAt
= DL ? DL->getInlinedAt() : nullptr;
681
if (
InlinedAt
) {
682
if (DebugLoc InlinedAtDL =
InlinedAt
) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp
585
auto *
InlinedAt
= map(MLD->getInlinedAt());
588
MLD->getColumn(), Scope,
InlinedAt
);
590
Scope,
InlinedAt
);
732
MDNode *
InlinedAt
= DL.getInlinedAt();
734
InlinedAt
= remap(
InlinedAt
);
736
Scope,
InlinedAt
);
812
//
inlinedAt
info. The location might be sensitive to when inlining occurs.
1010
LLVMMetadataRef
InlinedAt
) {
1012
unwrap(
InlinedAt
)));
[
all
...]
LLVMContextImpl.h
260
Metadata *
InlinedAt
;
264
Metadata *
InlinedAt
, bool ImplicitCode)
265
: Line(Line), Column(Column), Scope(Scope),
InlinedAt
(
InlinedAt
),
269
InlinedAt
(L->getRawInlinedAt()), ImplicitCode(L->isImplicitCode()) {}
273
Scope == RHS->getRawScope() &&
InlinedAt
== RHS->getRawInlinedAt() &&
278
return hash_combine(Line, Column, Scope,
InlinedAt
, ImplicitCode);
Completed in 27 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026