Home
last modified time | relevance | path

Searched defs:LocCookie (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp132 unsigned LocCookie, raw_ostream &OS) { in EmitMSInlineAsmStr()
274 AsmPrinter *AP, unsigned LocCookie, in EmitGCCInlineAsmStr()
485 unsigned LocCookie = 0; in emitInlineAsm() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp382 unsigned LocCookie = 0; in getLocCookie() local
405 unsigned LocCookie = 0; in doInitialization() local
H A DMachineInstr.cpp2086 unsigned LocCookie = 0; in emitError() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp251 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp512 SourceLocation LocCookie = in SrcMgrDiagHandler() local
547 SourceLocation LocCookie = in InlineAsmDiagHandler() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1054 unsigned LocCookie; variable