OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocCookie
(Results
1 - 5
of
5
) sorted by null
/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/include/llvm/IR/
LLVMContext.h
65
unsigned
LocCookie
);
91
void emitError(unsigned
LocCookie
, const Twine &ErrorStr);
/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
200
unsigned
LocCookie
) {
201
SourceLocation Loc = SourceLocation::getFromRawEncoding(
LocCookie
);
206
SourceLocation
LocCookie
);
244
SourceLocation
LocCookie
) {
262
if (
LocCookie
.isValid()) {
263
Diags.Report(
LocCookie
, diag::err_fe_inline_asm).AddString(Message);
/external/llvm/lib/CodeGen/
MachineInstr.cpp
[
all
...]
Completed in 440 milliseconds