OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InfoHolder
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
205
PrevLabel(nullptr),
InfoHolder
(A, "info_string", DIEValueAllocator),
391
InfoHolder
.getUnits().size(), DIUnit, Asm, this, &
InfoHolder
);
394
InfoHolder
.addUnit(std::move(OwnedUnit));
619
InfoHolder
.computeSizeAndOffsets();
707
InfoHolder
.addScopeVariable(Scope, AbsDbgVariable.get());
752
if (
InfoHolder
.addScopeVariable(Scope, RegVar.get()))
[
all
...]
DwarfDebug.h
264
DwarfFile
InfoHolder
;
330
return
InfoHolder
.getUnits();
Completed in 51 milliseconds