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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 6570 const std::vector<MCCFIInstruction> &CFIInstructions =
6574 MCCFIInstruction CFI = CFIInstructions[CFIIndex];
6586 std::vector<MCCFIInstruction> CFIInstructions =
6589 if (CFICount > 0 && CFICount != CFIInstructions.size())
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 8915 const std::vector<MCCFIInstruction> &CFIInstructions =
8919 MCCFIInstruction CFI = CFIInstructions[CFIIndex];
8931 std::vector<MCCFIInstruction> CFIInstructions =
8934 if (CFICount > 0 && CFICount != CFIInstructions.size())

Completed in 34 milliseconds