Searched defs:LocCookie (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineModuleInfo.cpp | 198 uint64_t LocCookie = 0; in getLocCookie() local 222 unsigned LocCookie = 0; doInitialization() local
|
H A D | MachineInstr.cpp | 2133 uint64_t LocCookie = 0; emitError() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 135 EmitInlineAsmStr(const char * AsmStr,const MachineInstr * MI,MachineModuleInfo * MMI,const MCAsmInfo * MAI,AsmPrinter * AP,uint64_t LocCookie,raw_ostream & OS) EmitInlineAsmStr() argument 351 uint64_t LocCookie = 0; emitInlineAsm() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 1079 uint64_t LocCookie; variable 1104 unsigned LocCookie; global() variable 1108 DiagnosticInfoDontCall(StringRef CalleeName,StringRef Note,DiagnosticSeverity DS,unsigned LocCookie) DiagnosticInfoDontCall() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 523 SourceLocation LocCookie = SrcMgrDiagHandler() local 557 SourceLocation LocCookie = InlineAsmDiagHandler() local 794 SourceLocation LocCookie = DontCallDiagHandler() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 279 emitError(uint64_t LocCookie,const Twine & ErrorStr) emitError() argument
|
H A D | DiagnosticInfo.cpp | 431 unsigned LocCookie = 0; diagnoseDontCall() local
|