Defined in 6 files as a prototype:
Defined in 6 files as a function:
Referenced in 361 files:
- external/apache2/llvm/dist/clang/include/clang/Frontend/CompilerInstance.h, 2 times
- external/apache2/llvm/dist/clang/include/clang/Serialization/ASTRecordReader.h, line 352
- external/apache2/llvm/dist/clang/lib/AST/ExternalASTSource.cpp, line 123
- external/apache2/llvm/dist/clang/lib/AST/Interp/Function.cpp, line 40
- external/apache2/llvm/dist/clang/lib/AST/Interp/Interp.cpp, line 75
- external/apache2/llvm/dist/clang/lib/AST/Interp/Source.cpp, line 34
- external/apache2/llvm/dist/clang/lib/Basic/LangStandards.cpp, line 21
- external/apache2/llvm/dist/clang/lib/Basic/ProfileList.cpp, line 61
- external/apache2/llvm/dist/clang/lib/Basic/SanitizerSpecialCaseList.cpp, line 36
- external/apache2/llvm/dist/clang/lib/CodeGen/BackendUtil.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGObjCMac.cpp, line 5127
- external/apache2/llvm/dist/clang/lib/CodeGen/CoverageMappingGen.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/CodeGen/ItaniumCXXABI.cpp, line 4737
- external/apache2/llvm/dist/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp, line 267
- external/apache2/llvm/dist/clang/lib/CodeGen/TargetInfo.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp, line 328
- external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp, line 224
- external/apache2/llvm/dist/clang/lib/Driver/ToolChains/AIX.cpp, line 226
- external/apache2/llvm/dist/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp, line 1086
- external/apache2/llvm/dist/clang/lib/Interpreter/IncrementalParser.cpp, line 137
- external/apache2/llvm/dist/clang/lib/Lex/Pragma.cpp, line 1091
- external/apache2/llvm/dist/clang/lib/Serialization/ASTReader.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/Serialization/ASTReaderDecl.cpp, 8 times
- external/apache2/llvm/dist/clang/lib/Serialization/ASTWriterDecl.cpp, line 50
- external/apache2/llvm/dist/clang/lib/Serialization/GlobalModuleIndex.cpp, line 134
- external/apache2/llvm/dist/clang/lib/Tooling/CommonOptionsParser.cpp, line 172
- external/apache2/llvm/dist/clang/lib/Tooling/RefactoringCallbacks.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/Tooling/Syntax/BuildTree.cpp, line 970
- external/apache2/llvm/dist/clang/lib/Tooling/Tooling.cpp, line 519
- external/apache2/llvm/dist/clang/tools/clang-refactor/ClangRefactor.cpp, line 236
- external/apache2/llvm/dist/clang/tools/libclang/CIndexer.cpp, 2 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp, line 1115
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/toy.cpp, line 796
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/toy.cpp, line 864
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/toy.cpp, line 704
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/toy.cpp, line 707
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/RegionInfoImpl.h, 4 times
- external/apache2/llvm/dist/llvm/include/llvm/Bitstream/BitCodes.h, line 137
- external/apache2/llvm/dist/llvm/include/llvm/Bitstream/BitstreamReader.h, line 528
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h, line 593
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/TargetFrameLowering.h, line 364
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/TargetLowering.h, 2 times
- external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/RPCUtils.h, 4 times
- external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/OpDescriptor.h, line 71
- external/apache2/llvm/dist/llvm/include/llvm/MC/MCSymbolMachO.h, line 122
- external/apache2/llvm/dist/llvm/include/llvm/MC/MCXCOFFStreamer.h, line 37
- external/apache2/llvm/dist/llvm/include/llvm/Object/ELFObjectFile.h, 13 times
- external/apache2/llvm/dist/llvm/include/llvm/Object/ObjectFile.h, line 301
- external/apache2/llvm/dist/llvm/include/llvm/Passes/PassBuilder.h, line 72
- external/apache2/llvm/dist/llvm/include/llvm/Support/FileSystem.h, line 1533
- external/apache2/llvm/dist/llvm/include/llvm/Support/TargetRegistry.h, line 541
- external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/WindowsSupport.h, line 74
- external/apache2/llvm/dist/llvm/include/llvm/Target/TargetMachine.h, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/Analysis.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/AssumptionCache.cpp, line 314
- external/apache2/llvm/dist/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp, line 567
- external/apache2/llvm/dist/llvm/lib/Analysis/CGSCCPassManager.cpp, line 487
- external/apache2/llvm/dist/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp, line 830
- external/apache2/llvm/dist/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/MetadataLoader.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ValueList.cpp, line 106
- external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp, line 4006
- external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/BitstreamReader.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp, line 409
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp, line 78
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp, line 516
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AtomicExpandPass.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/BasicBlockSections.cpp, line 509
- external/apache2/llvm/dist/llvm/lib/CodeGen/CFIInstrInserter.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/CallingConvLower.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/GCMetadata.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp, line 115
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp, line 317
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp, line 727
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp, line 213
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/Utils.cpp, line 239
- external/apache2/llvm/dist/llvm/lib/CodeGen/IntrinsicLowering.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/LiveRangeCalc.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/LiveVariables.cpp, line 630
- external/apache2/llvm/dist/llvm/lib/CodeGen/MachineInstr.cpp, line 2103
- external/apache2/llvm/dist/llvm/lib/CodeGen/MachineOutliner.cpp, line 184
- external/apache2/llvm/dist/llvm/lib/CodeGen/MachineVerifier.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/ModuloSchedule.cpp, line 2076
- external/apache2/llvm/dist/llvm/lib/CodeGen/ParallelCG.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/RegAllocBase.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/RegisterScavenging.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/ResetMachineFunctionPass.cpp, line 65
- external/apache2/llvm/dist/llvm/lib/CodeGen/SafeStack.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp, line 2054
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp, line 87
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp, line 588
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp, line 1572
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SplitKit.cpp, line 574
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetInstrInfo.cpp, line 542
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetLoweringBase.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp, 19 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetPassConfig.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/TypePromotion.cpp, line 999
- external/apache2/llvm/dist/llvm/lib/CodeGen/WinEHPrepare.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ExecutionEngine.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp, line 175
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp, line 933
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp, line 98
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp, line 287
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFAArch64.h, line 149
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h, line 45
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h, 2 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h, 2 times
- external/apache2/llvm/dist/llvm/lib/IR/AutoUpgrade.cpp, line 4034
- external/apache2/llvm/dist/llvm/lib/IR/DataLayout.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/IR/DiagnosticHandler.cpp, line 33
- external/apache2/llvm/dist/llvm/lib/IR/LegacyPassManager.cpp, line 1354
- external/apache2/llvm/dist/llvm/lib/IR/Verifier.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/LTO/Caching.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/LTO/LTOBackend.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/LTO/LTOCodeGenerator.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/LTO/ThinLTOCodeGenerator.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/MC/ELFObjectWriter.cpp, line 557
- external/apache2/llvm/dist/llvm/lib/MC/MCAsmBackend.cpp, line 66
- external/apache2/llvm/dist/llvm/lib/MC/MCAsmStreamer.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/MC/MCAssembler.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/MC/MCContext.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/MC/MCELFStreamer.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/MC/MCFragment.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/MC/MCObjectFileInfo.cpp, line 1021
- external/apache2/llvm/dist/llvm/lib/MC/MCObjectStreamer.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/MC/MCParser/AsmParser.cpp, line 786
- external/apache2/llvm/dist/llvm/lib/MC/MCParser/MasmParser.cpp, line 1037
- external/apache2/llvm/dist/llvm/lib/MC/MCRegisterInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/MC/MCSection.cpp, line 42
- external/apache2/llvm/dist/llvm/lib/MC/MCSectionELF.cpp, line 164
- external/apache2/llvm/dist/llvm/lib/MC/MCSectionXCOFF.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/MC/MCStreamer.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/MC/MCSymbol.cpp, line 70
- external/apache2/llvm/dist/llvm/lib/MC/MCWin64EH.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/MC/MCWinCOFFStreamer.cpp, line 271
- external/apache2/llvm/dist/llvm/lib/MC/MCXCOFFStreamer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/MC/MachObjectWriter.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/MC/WasmObjectWriter.cpp, 36 times
- external/apache2/llvm/dist/llvm/lib/MC/WinCOFFObjectWriter.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/MC/XCOFFObjectWriter.cpp, 14 times
- external/apache2/llvm/dist/llvm/lib/Object/ArchiveWriter.cpp, line 271
- external/apache2/llvm/dist/llvm/lib/Object/COFFObjectFile.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Object/MachOObjectFile.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Object/MachOUniversal.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Object/Object.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Object/RelocationResolver.cpp, line 21
- external/apache2/llvm/dist/llvm/lib/Object/SymbolSize.cpp, line 67
- external/apache2/llvm/dist/llvm/lib/Object/WasmObjectFile.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Object/XCOFFObjectFile.cpp, 17 times
- external/apache2/llvm/dist/llvm/lib/Passes/StandardInstrumentations.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp, line 91
- external/apache2/llvm/dist/llvm/lib/Support/CachePruning.cpp, line 270
- external/apache2/llvm/dist/llvm/lib/Support/CommandLine.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Support/Error.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Support/ErrorHandling.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Support/Signals.cpp, line 96
- external/apache2/llvm/dist/llvm/lib/Support/SmallVector.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Support/SpecialCaseList.cpp, line 96
- external/apache2/llvm/dist/llvm/lib/Support/Threading.cpp, line 69
- external/apache2/llvm/dist/llvm/lib/Support/TypeSize.cpp, line 30
- external/apache2/llvm/dist/llvm/lib/Support/Unix/Unix.h, line 74
- external/apache2/llvm/dist/llvm/lib/Support/YAMLParser.cpp, line 1865
- external/apache2/llvm/dist/llvm/lib/Support/YAMLTraits.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Support/Z3Solver.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Support/raw_ostream.cpp, line 682
- external/apache2/llvm/dist/llvm/lib/TableGen/StringMatcher.cpp, line 58
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp, line 326
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp, line 1155
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp, line 66
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp, line 294
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp, line 993
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp, line 253
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp, line 420
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp, line 293
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp, line 189
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp, line 176
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp, line 49
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp, line 715
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp, line 1482
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp, line 367
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIISelLowering.cpp, 16 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/ARC/ARCISelLowering.cpp, line 638
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMFastISel.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMFrameLowering.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMISelLowering.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp, line 339
- external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp, line 1212
- external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp, line 433
- external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp, line 66
- external/apache2/llvm/dist/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp, line 80
- external/apache2/llvm/dist/llvm/lib/Target/AVR/AVRISelLowering.cpp, line 2107
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp, 19 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp, line 88
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFISelLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFMIChecking.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFPreserveDIType.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp, line 1328
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp, line 1296
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp, line 3630
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp, line 457
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp, line 125
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp, line 137
- external/apache2/llvm/dist/llvm/lib/Target/Lanai/LanaiISelLowering.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/M68k/M68kISelLowering.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/M68k/M68kRegisterInfo.cpp, line 154
- external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/M68kAsmBackend.cpp, line 197
- external/apache2/llvm/dist/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp, line 163
- external/apache2/llvm/dist/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp, line 149
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsISelLowering.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsMCInstLower.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsSEISelLowering.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsSubtarget.cpp, 14 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp, line 39
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp, line 5023
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp, line 41
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp, line 61
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCISelLowering.cpp, 19 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp, line 85
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCSubtarget.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCSubtarget.h, line 235
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp, line 70
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVISelLowering.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVMCInstLower.cpp, line 95
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp, line 209
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVSubtarget.cpp, line 59
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVTargetMachine.cpp, line 100
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/SparcFrameLowering.cpp, line 103
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/SparcISelLowering.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/SparcTargetMachine.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZCallingConv.h, line 220
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/TargetLoweringObjectFile.cpp, line 412
- external/apache2/llvm/dist/llvm/lib/Target/VE/VEAsmPrinter.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/VE/VEFrameLowering.cpp, line 323
- external/apache2/llvm/dist/llvm/lib/Target/VE/VEISelLowering.cpp, line 525
- external/apache2/llvm/dist/llvm/lib/Target/VE/VEInstrInfo.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/VE/VEMCInstLower.cpp, line 47
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h, line 100
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp, line 172
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp, line 850
- external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp, line 1307
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86CallingConv.cpp, line 321
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86FastISel.cpp, line 3544
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86FlagsCopyLowering.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86FloatingPoint.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86FrameLowering.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86ISelLowering.cpp, 19 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InstrInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86MCInstLower.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86PreAMXConfig.cpp, line 285
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86PreTileConfig.cpp, line 43
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86RegisterInfo.cpp, line 564
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86Subtarget.cpp, line 265
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86TargetMachine.cpp, line 201
- external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreFrameLowering.cpp, line 237
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreISelLowering.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreTargetMachine.cpp, line 36
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/CoroFrame.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/CoroSplit.cpp, line 1114
- external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/Coroutines.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/BlockExtractor.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/FunctionImport.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/LowerTypeTests.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp, line 3988
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp, line 106
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp, line 1013
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/CodeExtractor.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp, line 66
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp, line 80
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ModuleUtils.cpp, line 186
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SymbolRewriter.cpp, 3 times
- external/apache2/llvm/dist/llvm/tools/llvm-as-fuzzer/llvm-as-fuzzer.cpp, line 74
- external/apache2/llvm/dist/llvm/tools/llvm-c-test/echo.cpp, 71 times
- external/apache2/llvm/dist/llvm/tools/llvm-config/llvm-config.cpp, line 96
- external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Assembler.cpp, line 312
- external/apache2/llvm/dist/llvm/tools/llvm-lto/llvm-lto.cpp, 16 times
- external/apache2/llvm/dist/llvm/tools/llvm-objdump/ELFDump.cpp, line 148
- external/apache2/llvm/dist/llvm/tools/llvm-readobj/ARMEHABIPrinter.h, line 429
- external/apache2/llvm/dist/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp, 8 times
- external/apache2/llvm/dist/llvm/tools/llvm-readobj/XCOFFDumper.cpp, 9 times
- external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp, 11 times
- external/apache2/llvm/dist/llvm/tools/lto/lto.cpp, 2 times
- external/apache2/llvm/dist/llvm/tools/obj2yaml/coff2yaml.cpp, line 206
- external/apache2/llvm/dist/llvm/tools/obj2yaml/xcoff2yaml.cpp, line 44
- external/apache2/llvm/dist/llvm/tools/opt/opt.cpp, 2 times
- external/apache2/llvm/dist/llvm/tools/verify-uselistorder/verify-uselistorder.cpp, 8 times
- external/apache2/llvm/dist/llvm/utils/TableGen/CodeGenHwModes.cpp, line 38
- external/apache2/llvm/dist/llvm/utils/TableGen/DFAEmitter.cpp, line 353
- external/bsd/atf/dist/atf-c/tc.c, 2 times