Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1154 Result.FunctionDIE = CU->getSubroutineForAddress(Address); in getDIEsForAddress()
1157 Worklist.push_back(Result.FunctionDIE); in getDIEsForAddress()
1428 DWARFDie &FunctionDIE = InlinedChain[i]; in getInliningInfoForAddress() local
1431 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()
1433 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
1435 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()
1436 if (auto LowPcAddr = toSectionedAddress(FunctionDIE.find(DW_AT_low_pc))) in getInliningInfoForAddress()
1460 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp472 if (DIEsForAddr.FunctionDIE) { in lookup()
473 DIEsForAddr.FunctionDIE.dump(OS, 2, DumpOpts); in lookup()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h353 DWARFDie FunctionDIE; member