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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 433 TargetFrameLowering::DwarfFrameBase FrameBase =
435 switch (FrameBase.Kind) {
437 if (Register::isPhysicalRegister(FrameBase.Location.Reg)) {
438 MachineLocation Location(FrameBase.Location.Reg);
453 if (FrameBase.Location.WasmLoc.Kind == TI_GLOBAL_RELOC) {
455 assert(FrameBase.Location.WasmLoc.Index == 0); // Only SP so far.
479 addUInt(*Loc, dwarf::DW_FORM_data4, FrameBase.Location.WasmLoc.Index);
487 DwarfExpr.addWasmLocation(FrameBase.Location.WasmLoc.Kind,
488 FrameBase.Location.WasmLoc.Index);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1157 if (auto FrameBase = Subprogram.find(DW_AT_frame_base))
1158 if (Optional<ArrayRef<uint8_t>> Expr = FrameBase->getAsBlock())

Completed in 99 milliseconds