HomeSort by: relevance | last modified time | path
    Searched defs:CFI (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CFIInstrInserter.cpp 1 //===------ CFIInstrInserter.cpp - Insert additional CFI instructions -----===//
10 /// blocks. CFA information is information about offset and register set by CFI
14 /// set and inserts additional CFI instruction at their beginnings if they
15 /// don't. CFI instructions are inserted if basic blocks have incorrect offset
63 " in/out CFI information errors.");
111 /// checking the block for CFI instructions. Block's incoming CFA info remains
119 /// information of the previous block. If it doesn't, insert CFI instruction
124 /// if needed. The negated value is needed when creating CFI instructions that
141 INITIALIZE_PASS(CFIInstrInserter, "cfi-instr-inserter",
142 "Check CFA info and insert CFI instructions if needed", false
    [all...]
MachineOutliner.cpp 658 MCCFIInstruction CFI = Instrs[CFIIndex];
659 (void)MF.addFrameInst(CFI);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 355 // We may want to emit CFI for debug.
1085 // If there is no "real" instruction following this CFI instruction, skip
1097 const MCCFIInstruction &CFI = Instrs[CFIIndex];
1098 emitCFIInstruction(CFI);
3287 // With BB sections, each basic block must handle CFI information on its own
3296 // Check if CFI information needs to be updated for this MBB with basic block
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 4556 // Build CFI if necessary.
8909 // We check to see if CFI Instructions are present, and if they are
8910 // we find the number of CFI Instructions in the candidates.
8919 MCCFIInstruction CFI = CFIInstructions[CFIIndex];
8925 // We compare the number of found CFI Instructions to the number of CFI
8927 // since if we outline one of the CFI instructions in a function, we have to

Completed in 47 milliseconds