Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1008 Result.FunctionDIE = CU->getSubroutineForAddress(Address); in getDIEsForAddress()
1011 Worklist.push_back(Result.FunctionDIE); in getDIEsForAddress()
1323 DWARFDie &FunctionDIE = InlinedChain[i]; in getInliningInfoForAddress() local
1326 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()
1328 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
1330 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()
1353 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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp950 Result.FunctionDIE = CU->getSubroutineForAddress(Address); in getDIEsForAddress()
953 Worklist.push_back(Result.FunctionDIE); in getDIEsForAddress()
1254 DWARFDie &FunctionDIE = InlinedChain[i]; in getInliningInfoForAddress() local
1257 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()
1259 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
1283 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h313 DWARFDie FunctionDIE; member
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h342 DWARFDie FunctionDIE; member
/external/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp432 if (DIEsForAddr.FunctionDIE) { in lookup()
433 DIEsForAddr.FunctionDIE.dump(OS, 2, DumpOpts); in lookup()