/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 599 static void printCFI(raw_ostream &OS, const MCCFIInstruction &CFI, in printCFI() argument 601 switch (CFI.getOperation()) { in printCFI() 604 if (MCSymbol *Label = CFI.getLabel()) in printCFI() 606 printCFIRegister(CFI.getRegister(), OS, TRI); in printCFI() 610 if (MCSymbol *Label = CFI.getLabel()) in printCFI() 615 if (MCSymbol *Label = CFI.getLabel()) in printCFI() 620 if (MCSymbol *Label = CFI.getLabel()) in printCFI() 622 printCFIRegister(CFI.getRegister(), OS, TRI); in printCFI() 623 OS << ", " << CFI.getOffset(); in printCFI() 627 if (MCSymbol *Label = CFI.getLabel()) in printCFI() [all …]
|
D | CFIInstrInserter.cpp | 169 const MCCFIInstruction &CFI = Instrs[CFIIndex]; in calculateOutgoingCFAInfo() local 170 switch (CFI.getOperation()) { in calculateOutgoingCFAInfo() 172 SetRegister = CFI.getRegister(); in calculateOutgoingCFAInfo() 175 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo() 178 SetOffset += CFI.getOffset(); in calculateOutgoingCFAInfo() 181 SetRegister = CFI.getRegister(); in calculateOutgoingCFAInfo() 182 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCWin64EH.cpp | 227 for (const auto &CFI : Streamer.getWinFrameInfos()) { in Emit() local 228 MCSection *XData = Streamer.getAssociatedXDataSection(CFI->TextSection); in Emit() 230 ::EmitUnwindInfo(Streamer, CFI.get()); in Emit() 234 for (const auto &CFI : Streamer.getWinFrameInfos()) { in Emit() local 235 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); in Emit() 237 EmitRuntimeFunction(Streamer, CFI.get()); in Emit() 659 for (const auto &CFI : Streamer.getWinFrameInfos()) { in Emit() local 660 MCSection *XData = Streamer.getAssociatedXDataSection(CFI->TextSection); in Emit() 662 ARM64EmitUnwindInfo(Streamer, CFI.get()); in Emit() 666 for (const auto &CFI : Streamer.getWinFrameInfos()) { in Emit() local [all …]
|
/third_party/libunwind/libunwind/tests/ |
D | x64-test-dwarf-expressions.S | 7 # CFI expressions were added in DWARF v3 to allow compilers to specify memory 10 # and other complex logic. CFI expressions are therefore more powerful than the 13 # These tests capture a bug we have fixed in libunwind. CFI expression programs 15 # pair of routines which test CFI expression parsing. Specifically they test 22 # r12 after stashing its value on the stack. This routine contains a DWARF3 CFI
|
/third_party/lwip/ |
D | backport-Add-outgoing-VLAN-PCP-support.patch | 87 + * (Tag Control Identifier). The TCI contains three fields: VID, CFI and PCP. 89 + * The "CFI" bit is used to enable or disable VLAN tags for the PCB.
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390-inl.h | 279 if (IILF == op1 || CFI == op1) { in target_address_at() 366 if (IILF == op1 || CFI == op1) { in set_target_address_at()
|
D | constants-s390.h | 715 V(cfi, CFI, 0xC2D) /* type = RIL_A COMPARE IMMEDIATE (32) */ \
|
/third_party/elfutils/ |
D | NEWS | 260 backends: RISCV and M68K now have backend implementations to generate CFI based 280 The RISCV backends now handles ABI specific CFI and knows about 480 backends: Add CFI unwinding for arm. Relies on .debug_frame. 657 libdw: Fixes in CFI handling, best possible handling of bogus CFA ops. 673 libdw: Fix CFI decoding. 675 libdwfl: Fix address bias returned by CFI accessors. 678 readelf: Fix CFI decoding. 712 libdw: Add support for decoding DWARF CFI into location description form.
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 534 generate CFI based backtraces. 549 The RISCV backends now handles ABI specific CFI and knows about 684 - backends: Add CFI unwinding for arm. Relies on .debug_frame. 815 - libdw: Fixes in CFI handling, best possible handling of bogus CFA 827 - libdw: Fix CFI decoding. 828 - libdwfl: Fix address bias returned by CFI accessors. Fix core 830 - readelf: Fix CFI decoding. 857 - libdw: Add support for decoding DWARF CFI into location description form.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 250 const MCInstrDesc &getHWInstrDesc(ControlFlowInstruction CFI) const { in getHWInstrDesc() 253 switch (CFI) { in getHWInstrDesc()
|
/third_party/node/deps/v8/infra/mb/ |
D | mb_config.pyl | 105 'V8 Linux - arm64 - sim - CFI - builder': 'release_simulate_arm64_cfi', 160 'V8 Clusterfuzz Linux64 CFI - release builder':
|
/third_party/node/deps/v8/src/diagnostics/s390/ |
D | disasm-s390.cc | 658 case CFI: in DecodeSpecial()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 97 "DWARF-like CFI based exception handling"),
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.h | 694 EVALUATE(CFI);
|
D | simulator-s390.cc | 1023 EvalTable[CFI] = &Simulator::Evaluate_CFI; in EvalTableInit() 6668 EVALUATE(CFI) { in EVALUATE() argument 6669 DCHECK_OPCODE(CFI); in EVALUATE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 999 const MCCFIInstruction &CFI = Instrs[CFIIndex]; in emitCFIInstruction() local 1000 emitCFIInstruction(CFI); in emitCFIInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1364 expandRIPseudo(MI, SystemZ::CFI, SystemZ::CIH, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1512 // Comparison with a signed 32-bit immediate. CFIMux expands to CFI or CIH, 1516 def CFI : CompareRIL<"cfi", 0xC2D, z_scmp, GR32, simm32>;
|
/third_party/node/deps/v8/infra/testing/ |
D | builders.pyl | 937 'V8 Linux - arm64 - sim - CFI': {
|
/third_party/elfutils/tests/ |
D | run-addrcfi.sh | 3444 handle_cfi no CFI (.debug_frame): no error 3521 handle_cfi no CFI (.debug_frame): no error 3748 handle_cfi no CFI (.debug_frame): no error
|
D | ChangeLog | 1591 (print_expr): Don't fail on missing CFI for is_debug. 1850 (print_expr): Don't crash and burn when CFI cannot be found for an
|
/third_party/musl/ |
D | WHATSNEW | 1594 - CFI generation for x86_64 asm source files 1620 - i386 asm source CFI generation had multiple bugs
|
/third_party/node/deps/v8/ |
D | BUILD.gn | 494 # Or when CFI is enabled (until the CFI-related issues are fixed), except x64, 1066 # This should enable PAC only in C++ code (and no CFI in runtime
|
/third_party/libabigail/ |
D | NEWS | 426 symtab-reader: add support for binaries compiled with CFI
|
/third_party/elfutils/po/ |
D | ja.po | 270 msgid "invalid CFI section" 271 msgstr "不当な CFI セクションです"
|