Home
last modified time | relevance | path

Searched refs:EndInfo (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp69 std::pair<FileID, unsigned> EndInfo = SM.getDecomposedLoc(Range.getEnd()); in validateEditRange() local
70 if (BeginInfo.first != EndInfo.first) in validateEditRange()
74 if (BeginInfo.second > EndInfo.second) in validateEditRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h85 const MCSubtargetInfo *EndInfo) const override;
H A DARMAsmPrinter.cpp475 const MCSubtargetInfo *EndInfo) const { in emitInlineAsmEnd()
479 if (!EndInfo || WasThumb != isThumb(*EndInfo)) { in emitInlineAsmEnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h87 const MCSubtargetInfo *EndInfo) const override;
H A DMipsAsmPrinter.cpp853 const MCSubtargetInfo *EndInfo) const { in emitInlineAsmEnd()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h741 const MCSubtargetInfo *EndInfo) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp649 const MCSubtargetInfo *EndInfo) const {} in emitInlineAsmEnd()