Home
last modified time | relevance | path

Searched refs:indicator (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dlocal_alias.ll5 …ses='asan-pipeline' -asan-use-private-alias=0 -asan-use-odr-indicator=0 -S | FileCheck…
6 …ses='asan-pipeline' -asan-use-private-alias=1 -asan-use-odr-indicator=0 -S | FileCheck…
7 …ses='asan-pipeline' -asan-use-private-alias=0 -asan-use-odr-indicator=1 -S | FileCheck…
8 …ses='asan-pipeline' -asan-use-private-alias=1 -asan-use-odr-indicator=1 -S | FileCheck…
18 ; Check that we generate internal alias and odr indicator symbols for global to be protected.
H A Dglobal_with_comdat.ll5 ; enabled as indicator symbols will cause link time odr violations.
10 …='asan-pipeline' -asan-globals-live-support=1 -asan-use-odr-indicator=1 -S | FileCheck…
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-09-18.test9 - >1 # Indentation indicator
11 - |+ # Chomping indicator
/llvm-project-15.0.7/llvm/test/CodeGen/M68k/
H A Dlit.local.cfg10 extract_section_path, '--byte-indicator --hex-width=2')))
/llvm-project-15.0.7/llvm/test/Object/ARM/
H A Dsymbol-addr.ll7 ; indicator bit.
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h841 const uptr indicator = 0x0e0000000000ull; in Apply() local
842 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator); in Apply()
849 if ((addr & indicator) == (p & indicator)) in Apply()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform.h914 const uptr indicator = 0x0e0000000000ull; in Apply() local
915 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator); in Apply()
922 if ((addr & indicator) == (p & indicator)) in Apply()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DLogger.cpp57 Logs << llvm::formatv("{0}[{1:%H:%M:%S.%L}] {2}\n", indicator(Level), in log()
H A DLogger.h29 static char indicator(Level L) { return "DVIE"[L]; } in indicator() function
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Dno_threadState.ips35 …"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","by…
H A Da.out.ips35 …"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","by…
H A Dscripted_crashlog.ips73 "indicator": "Segmentation fault: 11",
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-bogus-LNE.s79 .byte 0 # Extended opcode indicator.
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypeInterfaces.td36 but indicator types such as `void` or `unit` should not.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-mca.rst425 field is an indicator of a performance issue. In the absence of loop-carried
437 `Block RThroughput`) is an indicator of a performance bottleneck caused by the
445 an indicator of a performance bottleneck caused by the lack of hardware
612 scheduler's queue. The difference between the two counters is a good indicator
/llvm-project-15.0.7/llvm/docs/
H A DXRayExample.rst282 generated graph may be a helpful indicator of where time is being spent for the
H A DCodingStandards.rst1100 discriminator for a union, or an indicator of a subclass. When an enum is
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def244 CODEGENOPT(SanitizeAddressUseOdrIndicator, 1, 0) ///< Enable ODR indicator globals
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1206 // use it as a zero indicator for i32 operations but not otherwise.
1264 // use it as a zero indicator for i32 operations but not otherwise.
1304 // use it as a zero indicator for i32 operations but not otherwise.
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst973 #. A file/line/column indicator that shows exactly where the diagnostic
2191 count provides an indicator of how frequently the function is invoked.
4018 -fno-sanitize-address-use-odr-indicator
4019 Disable ODR indicator globals
4068 -fsanitize-address-use-odr-indicator
4069 …Enable ODR indicator globals to avoid false ODR violation reports in partially sanitized programs …
H A DClangCommandLineReference.rst990 .. option:: -fsanitize-address-use-odr-indicator, -fno-sanitize-address-use-odr-indicator
992 Enable ODR indicator globals to avoid false ODR violation reports in partially sanitized programs a…
H A DClangFormatStyleOptions.rst3028 bin-packing, because the trailing comma is used as an indicator
/llvm-project-15.0.7/libcxx/include/
H A Doptional22 // 23.6.4, no-value state indicator
/llvm-project-15.0.7/llvm/
H A DCMakeLists.txt125 # * As an indicator that the `LLVM_ENABLE_PROJECTS` list is now the single
/llvm-project-15.0.7/mlir/docs/
H A DPassManagement.md1123 This means that the `Wall Time` column will continue to give an indicator on the

12