OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveVariable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.h
25
struct
LiveVariable
{
31
LiveVariable
(const DWARFLocationExpression &LocExpr, const char *VarName,
56
std::vector<
LiveVariable
> LiveVariables;
SourcePrinter.cpp
31
bool
LiveVariable
::liveAtAddress(object::SectionedAddress Addr) {
39
void
LiveVariable
::print(raw_ostream &OS, const MCRegisterInfo &MRI) const {
125
for (const
LiveVariable
&LV : LiveVariables) {
155
LiveVariable
&LV = LiveVariables[ActiveCols[ColIdx].VarIdx];
174
LiveVariable
&LV = LiveVariables[VarIdx];
Completed in 17 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026