/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument 86 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument 90 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument 146 report_bad_alloc_error(const char * Reason,bool GenCrashDiag) report_bad_alloc_error() argument [all...] |
H A D | SmallVector.cpp | 63 std::string Reason = "SmallVector unable to grow. Requested capacity (" + in report_size_overflow() local 78 std::string Reason = in report_at_maximum_capacity() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RegisterCheckpoint.h | 23 enum class Reason { enum
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | Decompressor.cpp | 52 if (const char *Reason = llvm::compression::getReasonIfUnsupported( in consumeCompressedHeader() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 151 : Reason(reason), AffectedInstructions(Insts), ResourceMask(Mask) {} in Reason() function 154 GenericReason Reason; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineCost.h | 102 const char *Reason = nullptr; global() variable 185 failure(const char * Reason) failure() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | HeaderIncludeGen.cpp | 206 FileChangeReason Reason, in FileChanged() 297 SourceLocation Loc, FileChangeReason Reason, in FileChanged()
|
H A D | PrintPreprocessedOutput.cpp | 331 FileChanged(SourceLocation Loc,FileChangeReason Reason,SrcMgr::CharacteristicKind NewFileType,FileID PrevFID) FileChanged() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunctionPass.cpp | 157 const char *Reason = runOnFunction() local
|
H A D | MachineScheduler.cpp | 3151 dbgs() << " Cand SU(" << Cand.SU->NodeNum << ") " << getReasonStr(Cand.Reason); in tryGreater() argument 3052 getReasonStr(GenericSchedulerBase::CandReason Reason) getReasonStr() argument 3135 tryLess(int TryVal,int CandVal,GenericSchedulerBase::SchedCandidate & TryCand,GenericSchedulerBase::SchedCandidate & Cand,GenericSchedulerBase::CandReason Reason) tryLess() argument 3198 tracePick(GenericSchedulerBase::CandReason Reason,bool IsTop) tracePick() argument 3361 tryPressure(const PressureChange & TryP,const PressureChange & CandP,GenericSchedulerBase::SchedCandidate & TryCand,GenericSchedulerBase::SchedCandidate & Cand,GenericSchedulerBase::CandReason Reason,const TargetRegisterInfo * TRI,const MachineFunction & MF) tryPressure() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 77 ImportFailureReason Reason; global() member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | CalledOnceCheck.h | 91 NeverCalledReason Reason, in handleNeverCalled()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 494 fail(const Instruction * I,const char * Reason,Value * V) fail() argument 575 checkConstantInt(const Instruction * I,Value * V,const char * Reason) checkConstantInt() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCXCOFFStreamer.cpp | 108 emitXCOFFExceptDirective(const MCSymbol * Symbol,const MCSymbol * Trap,unsigned Lang,unsigned Reason,unsigned FunctionSize,bool hasDebug) emitXCOFFExceptDirective() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 225 const char *Reason = nullptr; getPromotionCandidatesForCallSite() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 70 LexedFileChanged(FileID FID,LexedFileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID,SourceLocation Loc) LexedFileChanged() argument 444 FileChanged(SourceLocation Loc,FileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID) FileChanged() argument 451 LexedFileChanged(FileID FID,LexedFileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID,SourceLocation Loc) LexedFileChanged() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 124 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr() argument 143 tryLess(int TryVal,int CandVal,SISchedulerCandidate & TryCand,SISchedulerCandidate & Cand,SIScheduleCandReason Reason) tryLess() argument 160 tryGreater(int TryVal,int CandVal,SISchedulerCandidate & TryCand,SISchedulerCandidate & Cand,SIScheduleCandReason Reason) tryGreater() argument [all...] |
H A D | SIMachineScheduler.h | 42 SIScheduleCandReason Reason = NoCand; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 257 selectCallee(const ModuleSummaryIndex & Index,ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList,unsigned Threshold,StringRef CallerModulePath,FunctionImporter::ImportFailureReason & Reason) selectCallee() argument 655 getFailureName(FunctionImporter::ImportFailureReason Reason) getFailureName() argument 766 FunctionImporter::ImportFailureReason Reason{}; computeImportForFunction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 406 if (const char *Reason = compression::getReasonIfUnsupported( main() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 154 FileChanged(SourceLocation Loc,FileChangeReason Reason,SrcMgr::CharacteristicKind NewFileType,FileID) FileChanged() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 146 } Reason = Valid; DiagReservedModuleName() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 350 if (const char *Reason = IC.getReason()) operator <<() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 373 LexedFileChanged(FileID FID,LexedFileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID,SourceLocation Loc) LexedFileChanged() argument
|