/llvm-project/libc/benchmarks/automemcpy/lib/ |
H A D | RandomFunctionGenerator.cpp |
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingBuffer.c | 67 uint64_t __llvm_profile_get_num_data(const __llvm_profile_data *Begin, in __llvm_profile_get_num_data() 75 uint64_t __llvm_profile_get_data_size(const __llvm_profile_data *Begin, in __llvm_profile_get_data_size() 87 uint64_t __llvm_profile_get_num_vtable(const VTableProfData *Begin, in __llvm_profile_get_num_vtable() 95 uint64_t __llvm_profile_get_vtable_section_size(const VTableProfData *Begin, in __llvm_profile_get_vtable_section_size() 107 uint64_t __llvm_profile_get_num_counters(const char *Begin, const char *End) { in __llvm_profile_get_num_counters() 114 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End) { in __llvm_profile_get_counters_size() 120 uint64_t __llvm_profile_get_num_bitmap_bytes(const char *Begin, in __llvm_profile_get_num_bitmap_bytes() 126 uint64_t __llvm_profile_get_name_size(const char *Begin, const char *End) { in __llvm_profile_get_name_size()
|
/llvm-project/llvm/tools/sanstats/ |
H A D | sanstats.cpp | 43 static uint64_t ReadLE(char Size, const char *Begin, const char *End) { in ReadLE() 54 static const char *ReadModule(char SizeofPtr, const char *Begin, in ReadModule() 141 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 99 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() local 103 Stmt *const *Begin = in children() local 155 Expr *Begin = nullptr; member 174 Begin = 0, enumerator 287 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() local 292 Stmt *const *Begin = in children() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | FaultMapParser.h | 123 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local 132 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local 138 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser() 152 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
|
/llvm-project/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 58 size_t Begin = 0; member 116 size_t Begin; member
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | Sequence.h | 305 auto seq(T Begin, T End) { in seq() 325 auto seq_inclusive(T Begin, T End) { in seq_inclusive() 337 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq() 352 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq() 364 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive() 379 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
|
/llvm-project/offload/src/ |
H A D | DeviceImage.cpp | 43 void *Begin = const_cast<void *>( DeviceImageTy() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 66 std::pair<unsigned, unsigned> Begin; member 95 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionDXContainer.h | 26 MCSectionDXContainer(StringRef Name, SectionKind K, MCSymbol *Begin) in MCSectionDXContainer()
|
H A D | MCSectionXCOFF.h | 47 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF() 78 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF()
|
H A D | MCSectionCOFF.h | 54 MCSymbol *COMDATSymbol, int Selection, MCSymbol *Begin) in MCSectionCOFF()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 169 parallel_transform_reduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallel_transform_reduce() argument 233 parallelForEach(IterTy Begin,IterTy End,FuncTy Fn) parallelForEach() argument 239 parallelTransformReduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument [all...] |
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.h | 29 int Begin; member
|
/llvm-project/offload/include/Shared/ |
H A D | SourceInfo.h | 69 std::size_t Begin = SourceStr.find(';'); in getSubstring() local 109 std::size_t Begin = NameStr.find(';'); in getNameFromMapping() local
|
/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RangeSelector.h | 41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { in range()
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 149 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); runOnMachineFunction() local 232 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { runOnMachineFunction() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegAllocEvictAdvisor.h | 30 SlotIndex Begin; member
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | PR24289.cpp | 6 const T *Begin; member
|
/llvm-project/offload/test/mapping/ |
H A D | lambda_mapping.cpp | 10 inline void forall(int Begin, int End, LOOP_BODY LoopBody) { in forall()
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSection.cpp | 24 : Begin(Begin), BundleGroupBeforeFirstInst(false), HasInstructions(false), in MCSection() argument
|
/llvm-project/clang/tools/clang-refactor/ |
H A D | TestSupport.h | 49 unsigned Begin, End; member
|
/llvm-project/clang/lib/AST/ |
H A D | AttrImpl.cpp | 209 auto PrintExprs = [&OS, &Policy](Expr **Begin, Expr **End) { in printPrettyPragma() 228 auto PrintInteropInfo = [&OS](OMPInteropInfo *Begin, OMPInteropInfo *End) { in printPrettyPragma()
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_utils.cpp | 49 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT { in WriteAll()
|
/llvm-project/clang/unittests/Analysis/ |
H A D | UnsafeBufferUsageTest.cpp | 32 #define MkDummyHint(Begin, End) \ in TEST_F() argument
|