HomeSort by relevance Sort by last modified time
    Searched refs:LocCookie (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
LLVMContext.h 63 unsigned LocCookie);
89 void emitError(unsigned LocCookie, const Twine &ErrorStr);
  /external/llvm/lib/IR/
LLVMContext.cpp 106 unsigned LocCookie = 0;
110 LocCookie = CI->getZExtValue();
112 return emitError(LocCookie, ErrorStr);
115 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) {
125 pImpl->InlineAsmDiagHandler(Diag, pImpl->InlineAsmDiagContext, LocCookie);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 55 unsigned LocCookie = 0;
64 LocCookie = CI->getZExtValue();
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
142 AsmPrinter *AP, unsigned LocCookie,
229 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
241 unsigned LocCookie, raw_ostream &OS) {
401 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
448 unsigned LocCookie = 0;
455 LocCookie = CI->getZExtValue();
472 AP, LocCookie, OS)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 183 unsigned LocCookie) {
184 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
189 SourceLocation LocCookie);
227 SourceLocation LocCookie) {
245 if (LocCookie.isValid()) {
246 Diags.Report(LocCookie, diag::err_fe_inline_asm).AddString(Message);
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 975 milliseconds