Home
last modified time | relevance | path

Searched +full:loc +full:- +full:code (Results 1 – 25 of 841) sorted by relevance

12345678910>>...34

/freebsd-src/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp1 //===- AVR.cpp ---------
102 writeLDI(uint8_t * loc,uint64_t val) writeLDI() argument
119 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument
[all...]
H A DX86.cpp1 //===- X86.cpp ------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
28 const uint8_t *loc) const override;
37 void relocate(uint8_t *loc, const Relocation &rel,
62 // Align to the non-PAE large page size (known as a superpage or huge page). in X86()
63 // FreeBSD automatically promotes large, superpage-aligned allocations. in X86()
73 const uint8_t *loc) const { in getRelExpr()
97 // These relocations are arguably mis-designed because their calculations in getRelExpr()
103 // x86 does not support PC-relative data access. Therefore, in order to in getRelExpr()
[all …]
H A DMips.cpp1 //===- MIPS.cpp ---------
214 readShuffle(const uint8_t * loc) readShuffle() argument
227 writeValue(uint8_t * loc,uint64_t v,uint8_t bitsSize,uint8_t shift) writeValue() argument
236 writeShuffleValue(uint8_t * loc,uint64_t v,uint8_t bitsSize,uint8_t shift) writeShuffleValue() argument
250 writeMicroRelocation16(uint8_t * loc,uint64_t v,uint8_t bitsSize,uint8_t shift) writeMicroRelocation16() argument
482 calculateMipsRelChain(uint8_t * loc,RelType type,uint64_t val) calculateMipsRelChain() argument
519 fixupCrossModeJump(uint8_t * loc,RelType type,uint64_t val) fixupCrossModeJump() argument
568 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument
[all...]
H A DX86_64.cpp1 //===- X86_64.cpp ---------
459 relaxTlsGdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsGdToLe() argument
499 relaxTlsGdToIe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsGdToIe() argument
540 relaxTlsIeToLe(uint8_t * loc,const Relocation &,uint64_t val) relaxTlsIeToLe() argument
581 relaxTlsLdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsLdToLe() argument
624 applyJumpInstrMod(uint8_t * loc,JumpModType type,unsigned size) const applyJumpInstrMod() argument
762 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument
894 relaxGotNoPic(uint8_t * loc,uint64_t val,uint8_t op,uint8_t modRm) relaxGotNoPic() argument
957 relaxGot(uint8_t * loc,const Relocation & rel,uint64_t val) relaxGot() argument
1001 adjustPrologueForCrossSplitStack(uint8_t * loc,uint8_t * end,uint8_t stOther) const adjustPrologueForCrossSplitStack() argument
1041 uint8_t *loc = buf + rel.offset; relocateAlloc() local
[all...]
H A DSystemZ.cpp1 //===- SystemZ.cpp --------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 const uint8_t *loc) const override;
40 const uint8_t *loc) const override;
42 void relocate(uint8_t *loc, const Relocation &rel,
47 void relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const;
48 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
49 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
50 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
[all …]
H A DLoongArch.cpp1 //===- LoongArch.cpp ---------
159 handleUleb128(uint8_t * loc,uint64_t val) handleUleb128() argument
517 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument
698 const uint64_t loc = secAddr + r.offset - delta; relax() local
[all...]
/freebsd-src/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c10 #define YYEMPTY (-1)
14 #define YYENOMEM (-2)
130 typedef int Code; typedef
162 Code *code; member
205 #define YYERROR_DECL() yyerror(YYLTYPE *loc, const char *s)
212 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, YYLTYPE *loc)
215 #define YYDESTRUCT_CALL(msg, psymb, val, loc) yydestruct(msg, psymb, val, loc) argument
235 static const YYINT demo_lhs[] = { -1,
283 0, 0, 0, -103, 0, 0, 0, 0, 0, 0,
284 0, -31, 0, 0, 0, -238, 0, 0, 0, 4,
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h1 //===--- PPCallbacks.h - Callbacks for Preprocessor actions -----*-
72 LexedFileChanged(FileID FID,LexedFileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID,SourceLocation Loc) LexedFileChanged() argument
192 Ident(SourceLocation Loc,StringRef str) Ident() argument
196 PragmaDirective(SourceLocation Loc,PragmaIntroducerKind Introducer) PragmaDirective() argument
201 PragmaComment(SourceLocation Loc,const IdentifierInfo * Kind,StringRef Str) PragmaComment() argument
206 PragmaMark(SourceLocation Loc,StringRef Trivia) PragmaMark() argument
211 PragmaDetectMismatch(SourceLocation Loc,StringRef Name,StringRef Value) PragmaDetectMismatch() argument
218 PragmaDebug(SourceLocation Loc,StringRef DebugType) PragmaDebug() argument
238 PragmaMessage(SourceLocation Loc,StringRef Namespace,PragmaMessageKind Kind,StringRef Str) PragmaMessage() argument
244 PragmaDiagnosticPush(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPush() argument
250 PragmaDiagnosticPop(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPop() argument
255 PragmaDiagnostic(SourceLocation Loc,StringRef Namespace,diag::Severity mapping,StringRef Str) PragmaDiagnostic() argument
277 PragmaWarning(SourceLocation Loc,PragmaWarningSpecifier WarningSpec,ArrayRef<int> Ids) PragmaWarning() argument
282 PragmaWarningPush(SourceLocation Loc,int Level) PragmaWarningPush() argument
286 PragmaWarningPop(SourceLocation Loc) PragmaWarningPop() argument
291 PragmaExecCharsetPush(SourceLocation Loc,StringRef Str) PragmaExecCharsetPush() argument
295 PragmaExecCharsetPop(SourceLocation Loc) PragmaExecCharsetPop() argument
299 PragmaAssumeNonNullBegin(SourceLocation Loc) PragmaAssumeNonNullBegin() argument
303 PragmaAssumeNonNullEnd(SourceLocation Loc) PragmaAssumeNonNullEnd() argument
358 If(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue) If() argument
368 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument
376 Ifdef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Ifdef() argument
384 Elifdef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Elifdef() argument
392 Elifdef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifdef() argument
400 Ifndef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Ifndef() argument
408 Elifndef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Elifndef() argument
416 Elifndef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifndef() argument
423 Else(SourceLocation Loc,SourceLocation IfLoc) Else() argument
429 Endif(SourceLocation Loc,SourceLocation IfLoc) Endif() argument
444 FileChanged(SourceLocation Loc,FileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID) FileChanged() argument
453 LexedFileChanged(FileID FID,LexedFileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID,SourceLocation Loc) LexedFileChanged() argument
509 Ident(SourceLocation Loc,StringRef str) Ident() argument
514 PragmaDirective(SourceLocation Loc,PragmaIntroducerKind Introducer) PragmaDirective() argument
520 PragmaComment(SourceLocation Loc,const IdentifierInfo * Kind,StringRef Str) PragmaComment() argument
526 PragmaMark(SourceLocation Loc,StringRef Trivia) PragmaMark() argument
531 PragmaDetectMismatch(SourceLocation Loc,StringRef Name,StringRef Value) PragmaDetectMismatch() argument
537 PragmaDebug(SourceLocation Loc,StringRef DebugType) PragmaDebug() argument
542 PragmaMessage(SourceLocation Loc,StringRef Namespace,PragmaMessageKind Kind,StringRef Str) PragmaMessage() argument
548 PragmaDiagnosticPush(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPush() argument
553 PragmaDiagnosticPop(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPop() argument
558 PragmaDiagnostic(SourceLocation Loc,StringRef Namespace,diag::Severity mapping,StringRef Str) PragmaDiagnostic() argument
574 PragmaWarning(SourceLocation Loc,PragmaWarningSpecifier WarningSpec,ArrayRef<int> Ids) PragmaWarning() argument
580 PragmaWarningPush(SourceLocation Loc,int Level) PragmaWarningPush() argument
585 PragmaWarningPop(SourceLocation Loc) PragmaWarningPop() argument
590 PragmaExecCharsetPush(SourceLocation Loc,StringRef Str) PragmaExecCharsetPush() argument
595 PragmaExecCharsetPop(SourceLocation Loc) PragmaExecCharsetPop() argument
600 PragmaAssumeNonNullBegin(SourceLocation Loc) PragmaAssumeNonNullBegin() argument
605 PragmaAssumeNonNullEnd(SourceLocation Loc) PragmaAssumeNonNullEnd() argument
641 If(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue) If() argument
648 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument
655 Ifdef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Ifdef() argument
662 Elifdef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Elifdef() argument
668 Elifdef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifdef() argument
675 Ifndef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Ifndef() argument
682 Elifndef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Elifndef() argument
688 Elifndef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifndef() argument
695 Else(SourceLocation Loc,SourceLocation IfLoc) Else() argument
701 Endif(SourceLocation Loc,SourceLocation IfLoc) Endif() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h1 //===- DiagnosticRenderer.h - Diagnostic Pretty-Printing --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This is a utility class that provides support for pretty-printing of
10 // diagnostics. It is used to implement the different code paths which require
13 //===----------------------------------------------------------------------===//
41 /// Hints, and code snippets. In the presence of macros this involves
76 virtual void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
82 virtual void emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc,
86 virtual void emitCodeContext(FullSourceLoc Loc,
[all …]
H A DTextDiagnostic.h1 //===--- TextDiagnostic.h - Text Diagnostic Pretty-Printing -----*
85 emitCodeContext(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitCodeContext() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1 //===----- CGOpenMPRuntime.h - Interface to OpenMP Runtimes ----
[all...]
/freebsd-src/contrib/mandoc/
H A DTODO8 - loc = locality of the issue
11 *** cross-module issue, significantly impacts multiple modules
13 - exist = difficulty of the existing code in this area
14 * affected code is straightforward and easy to read and change
15 ** affected code is somewhat complex, but once you understand
17 *** affected code uses a special, exceptionally tricky design
18 - algo = difficulty of the new algorithm to be written
19 * the required logic and code i
[all...]
/freebsd-src/sys/bsm/
H A Daudit_internal.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2005-2008 Apple Inc.
8 * This code was developed in part by Robert N. M. Watson, Senior Principal
15 * 1. Redistributions of source code must retain the above copyright
74 #define AUDIT_HEADER_EX_SIZE(a) ((a)->ai_termid.at_type+18+sizeof(u_int32_t))
84 #define ADD_U_CHAR(loc, val) \ argument
86 *(loc) = (val); \
87 (loc) += sizeof(u_char); \
91 #define ADD_U_INT16(loc, val) \ argument
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1 //===- llvm/IR/DiagnosticInfo.h - Diagnostic Declaration --------*
326 DiagnosticInfoWithLocationBase(enum DiagnosticKind Kind,enum DiagnosticSeverity Severity,const Function & Fn,const DiagnosticLocation & Loc) DiagnosticInfoWithLocationBase() argument
353 DiagnosticLocation Loc; global() variable
430 DiagnosticLocation Loc; global() member
460 DiagnosticInfoOptimizationBase(enum DiagnosticKind Kind,enum DiagnosticSeverity Severity,const char * PassName,StringRef RemarkName,const Function & Fn,const DiagnosticLocation & Loc) DiagnosticInfoOptimizationBase() argument
640 DiagnosticInfoOptimizationBase(Kind,Severity,PassName,RemarkName,Fn,Loc) DiagnosticInfoOptimizationBase() argument
671 DiagnosticInfoIROptimization(enum DiagnosticKind Kind,enum DiagnosticSeverity Severity,const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) DiagnosticInfoIROptimization() argument
728 OptimizationRemark(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemark() argument
774 OptimizationRemarkMissed(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkMissed() argument
826 OptimizationRemarkAnalysis(enum DiagnosticKind Kind,const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkAnalysis() argument
846 OptimizationRemarkAnalysis(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkAnalysis() argument
865 OptimizationRemarkAnalysisFPCommute(const char * PassName,StringRef RemarkName,const DiagnosticLocation & Loc,const Value * CodeRegion) OptimizationRemarkAnalysisFPCommute() argument
887 OptimizationRemarkAnalysisFPCommute(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkAnalysisFPCommute() argument
906 OptimizationRemarkAnalysisAliasing(const char * PassName,StringRef RemarkName,const DiagnosticLocation & Loc,const Value * CodeRegion) OptimizationRemarkAnalysisAliasing() argument
928 OptimizationRemarkAnalysisAliasing(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkAnalysisAliasing() argument
1023 DiagnosticInfoWithLocationBase(DK_Unsupported,Severity,Fn,Loc) DiagnosticInfoWithLocationBase() argument
[all...]
/freebsd-src/contrib/openbsm/sys/bsm/
H A Daudit_internal.h1 /*-
2 * Copyright (c) 2005-2008 Apple Inc.
6 * This code was developed in part by Robert N. M. Watson, Senior Principal
13 * 1. Redistributions of source code must retain the above copyright
72 #define AUDIT_HEADER_EX_SIZE(a) ((a)->ai_termid.at_type+18+sizeof(u_int32_t))
82 #define ADD_U_CHAR(loc, val) \ argument
84 *(loc) = (val); \
85 (loc) += sizeof(u_char); \
89 #define ADD_U_INT16(loc, val) \ argument
91 be16enc((loc), (val)); \
[all …]
/freebsd-src/lib/libc/locale/
H A Diswalnum_l.37 .\" 1. Redistributions of source code must retain the above copyright
60 .Fn iswalnum_l "wint_t wc" "locale_t loc"
62 .Fn iswalpha_l "wint_t wc" "locale_t loc"
64 .Fn iswcntrl_l "wint_t wc" "locale_t loc"
66 .Fn iswctype_l "wint_t wc" "locale_t loc"
68 .Fn iswdigit_l "wint_t wc" "locale_t loc"
70 .Fn iswgraph_l "wint_t wc" "locale_t loc"
72 .Fn iswlower_l "wint_t wc" "locale_t loc"
74 .Fn iswprint_l "wint_t wc" "locale_t loc"
76 .Fn iswpunct_l "wint_t wc" "locale_t loc"
[all …]
H A Dctype_l.39 .\" 1. Redistributions of source code must retain the above copyright
58 .Fn digittoint_l "int c" "locale_t loc"
60 .Fn isalnum_l "int c" "locale_t loc"
62 .Fn isalpha_l "int c" "locale_t loc"
64 .Fn iscntrl_l "int c" "locale_t loc"
66 .Fn isdigit_l "int c" "locale_t loc"
68 .Fn isgraph_l "int c" "locale_t loc"
70 .Fn ishexnumber_l "int c" "locale_t loc"
72 .Fn isideogram_l "int c" "locale_t loc"
74 .Fn islower_l "int c" "locale_t loc"
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1 //===- lib/MC/MCAsmStreamer.cpp - Text Assembly Output --------
535 emitLabel(MCSymbol * Symbol,SMLoc Loc) emitLabel() argument
1082 emitZerofill(MCSection * Section,MCSymbol * Symbol,uint64_t Size,Align ByteAlignment,SMLoc Loc) emitZerofill() argument
1321 emitValueImpl(const MCExpr * Value,unsigned Size,SMLoc Loc) emitValueImpl() argument
1443 emitFill(const MCExpr & NumBytes,uint64_t FillValue,SMLoc Loc) emitFill() argument
1473 emitFill(const MCExpr & NumValues,int64_t Size,int64_t Expr,SMLoc Loc) emitFill() argument
1571 emitValueToOffset(const MCExpr * Offset,unsigned char Value,SMLoc Loc) emitValueToOffset() argument
1788 emitCVInlineSiteIdDirective(unsigned FunctionId,unsigned IAFunc,unsigned IAFile,unsigned IALine,unsigned IACol,SMLoc Loc) emitCVInlineSiteIdDirective() argument
1798 emitCVLocDirective(unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt,StringRef FileName,SMLoc Loc) emitCVLocDirective() argument
1963 emitCFIDefCfa(int64_t Register,int64_t Offset,SMLoc Loc) emitCFIDefCfa() argument
1971 emitCFIDefCfaOffset(int64_t Offset,SMLoc Loc) emitCFIDefCfaOffset() argument
1978 emitCFILLVMDefAspaceCfa(int64_t Register,int64_t Offset,int64_t AddressSpace,SMLoc Loc) emitCFILLVMDefAspaceCfa() argument
1997 emitCFIEscape(StringRef Values,SMLoc Loc) emitCFIEscape() argument
2003 emitCFIGnuArgsSize(int64_t Size,SMLoc Loc) emitCFIGnuArgsSize() argument
2013 emitCFIDefCfaRegister(int64_t Register,SMLoc Loc) emitCFIDefCfaRegister() argument
2020 emitCFIOffset(int64_t Register,int64_t Offset,SMLoc Loc) emitCFIOffset() argument
2043 emitCFIRememberState(SMLoc Loc) emitCFIRememberState() argument
2049 emitCFIRestoreState(SMLoc Loc) emitCFIRestoreState() argument
2055 emitCFIRestore(int64_t Register,SMLoc Loc) emitCFIRestore() argument
2062 emitCFISameValue(int64_t Register,SMLoc Loc) emitCFISameValue() argument
2070 emitCFIRelOffset(int64_t Register,int64_t Offset,SMLoc Loc) emitCFIRelOffset() argument
2078 emitCFIAdjustCfaOffset(int64_t Adjustment,SMLoc Loc) emitCFIAdjustCfaOffset() argument
2090 emitCFIUndefined(int64_t Register,SMLoc Loc) emitCFIUndefined() argument
2098 emitCFIRegister(int64_t Register1,int64_t Register2,SMLoc Loc) emitCFIRegister() argument
2107 emitCFIWindowSave(SMLoc Loc) emitCFIWindowSave() argument
2113 emitCFINegateRAState(SMLoc Loc) emitCFINegateRAState() argument
2138 emitWinCFIStartProc(const MCSymbol * Symbol,SMLoc Loc) emitWinCFIStartProc() argument
2146 emitWinCFIEndProc(SMLoc Loc) emitWinCFIEndProc() argument
2153 emitWinCFIFuncletOrFuncEnd(SMLoc Loc) emitWinCFIFuncletOrFuncEnd() argument
2160 emitWinCFIStartChained(SMLoc Loc) emitWinCFIStartChained() argument
2167 emitWinCFIEndChained(SMLoc Loc) emitWinCFIEndChained() argument
2175 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument
2191 emitWinEHHandlerData(SMLoc Loc) emitWinEHHandlerData() argument
2213 emitWinCFIPushReg(MCRegister Register,SMLoc Loc) emitWinCFIPushReg() argument
2222 emitWinCFISetFrame(MCRegister Register,unsigned Offset,SMLoc Loc) emitWinCFISetFrame() argument
2231 emitWinCFIAllocStack(unsigned Size,SMLoc Loc) emitWinCFIAllocStack() argument
2239 emitWinCFISaveReg(MCRegister Register,unsigned Offset,SMLoc Loc) emitWinCFISaveReg() argument
2249 emitWinCFISaveXMM(MCRegister Register,unsigned Offset,SMLoc Loc) emitWinCFISaveXMM() argument
2258 emitWinCFIPushFrame(bool Code,SMLoc Loc) emitWinCFIPushFrame() argument
2267 emitWinCFIEndProlog(SMLoc Loc) emitWinCFIEndProlog() argument
2288 SmallString<256> Code; AddEncodingComment() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h1 //===- MCStreamer.h - High-level Streaming Machine Code Output --*- C++ -*-===//
5 // SPDX-Licens
288 setStartTokLocPtr(const SMLoc * Loc) setStartTokLocPtr() argument
1098 emitRelocDirective(const MCExpr & Offset,StringRef Name,const MCExpr * Expr,SMLoc Loc,const MCSubtargetInfo & STI) emitRelocDirective() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h1 //===----------
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1 //===- IR/OpenMPIRBuilder.h - OpenMP encoding builder for LLVM IR - C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===-
1342 updateToLocation(const LocationDescription & Loc) updateToLocation() argument
[all...]
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DTarget.h1 //===- Target.h -------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
34 const uint8_t *loc) const = 0;
43 // If lazy binding is supported, the first entry of the PLT has code
45 // they are called. This function writes that code.
77 // The function with a prologue starting at Loc was compiled with
78 // -fsplit-stack and it calls a function compiled without. Adjust the prologue
81 // offset to the split-stack prologue.
82 virtual bool adjustPrologueForCrossSplitStack(uint8_t *loc, uint8_t *end,
[all …]
/freebsd-src/lib/libc/stdio/
H A Dprintf_l.37 .\" 1. Redistributions of source code must retain the above copyright
46 .Fn printf_l "locale_t loc" "const char * restrict format" "..."
48 .Fn asprintf_l "char **ret" "locale_t loc" "const char * format" "..."
50 .Fn fprintf_l "FILE * restrict stream" "locale_t loc" "const char * restrict format" "..."
52 .Fn snprintf_l "char * restrict str" "size_t size" "locale_t loc" "const char * restrict format" ".…
54 .Fn sprintf_l "char * restrict str" "locale_t loc" "const char * restrict format" "..."
56 .Fn vasprintf_l "char **ret" "locale_t loc" "const char *format" "va_list ap"
58 .Fn vfprintf_l "FILE * restrict stream" "locale_t loc" "const char * restrict format" "va_list ap"
60 .Fn vprintf_l "locale_t loc" "const char * restrict format" "va_list ap"
62 .Fn vsnprintf_l "char * restrict str" "size_t size" "locale_t loc" "const char * restrict format" "…
[all …]
/freebsd-src/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dbsd_locale_defaults.h1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
10 // on other platforms though, for fear of conflicts with user code. So here,
12 //===----------------------------------------------------------------------===//
21 #define __libcpp_mb_cur_max_l(loc) MB_CUR_MAX_L(loc) argument
22 #define __libcpp_btowc_l(ch, loc) btowc_l(ch, loc) argument
23 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc) argument
24 #define __libcpp_wcsnrtombs_l(dst, src, nwc, len, ps, loc) wcsnrtombs_l(dst, src, nwc, len, ps, loc) argument
[all …]
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl3 * kmp_itt.inl -- Inline functions of ITT Notify.
6 //===----------------------------------------------------------------------===//
10 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12 //===----------------------------------------------------------------------===//
48 // this API to support user-defined synchronization primitives, but does not use
71 kmp_itthash_t *h, ident_t *loc, argument
74 size_t bucket = __kmp_itthash_hash((kmp_intptr_t)loc, KMP_MAX_FRAME_DOMAINS);
75 for (entry = h->buckets[bucket]; entry; entry = entry->next_in_bucket)
76 if (entry->loc == loc && entry->team_size == team_size)
81 int cnt = KMP_TEST_THEN_INC32(&h->count);
[all …]

12345678910>>...34