Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp892 Result.FunctionDIE = CU->getSubroutineForAddress(Address); in getDIEsForAddress()
895 Worklist.push_back(Result.FunctionDIE); in getDIEsForAddress()
1033 DWARFDie &FunctionDIE = InlinedChain[i]; in getInliningInfoForAddress() local
1036 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()
1038 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
1061 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp561 const DWARFDebugInfoEntryMinimal &FunctionDIE = InlinedChain.DIEs[i]; in getInliningInfoForAddress() local
565 FunctionDIE.getSubroutineName(InlinedChain.U, Spec.FNKind)) in getInliningInfoForAddress()
587 FunctionDIE.getCallerFrame(InlinedChain.U, CallFile, CallLine, in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h284 DWARFDie FunctionDIE; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp379 if (DIEsForAddr.FunctionDIE) { in lookup()
380 DIEsForAddr.FunctionDIE.dump(OS, 2, DumpOpts); in lookup()