HomeSort by: relevance | last modified time | path
    Searched refs:FunctionDIE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1013 Result.FunctionDIE = CU->getSubroutineForAddress(Address);
1016 Worklist.push_back(Result.FunctionDIE);
1330 DWARFDie &FunctionDIE = InlinedChain[i];
1333 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind))
1335 if (auto DeclLineResult = FunctionDIE.getDeclLine())
1337 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind);
1338 if (auto LowPcAddr = toSectionedAddress(FunctionDIE.find(DW_AT_low_pc)))
1362 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn,
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 342 DWARFDie FunctionDIE;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 438 if (DIEsForAddr.FunctionDIE) {
439 DIEsForAddr.FunctionDIE.dump(OS, 2, DumpOpts);

Completed in 22 milliseconds