/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFMCAsmInfo.h | 46 void setDwarfUsesRelocationsAcrossSections(bool enable) { in setDwarfUsesRelocationsAcrossSections()
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | bytemap.h | 35 void enable() {} in enable() function
|
H A D | stats.h | 93 void enable() RELEASE(Mutex) { unlock(); } in enable() function
|
H A D | secondary.h | 100 void enable() {} enable() function 432 void enable() NO_THREAD_SAFETY_ANALYSIS { Mutex.unlock(); } enable() function 533 void enable() NO_THREAD_SAFETY_ANALYSIS { enable() function
|
H A D | stack_depot.h | 199 void enable() NO_THREAD_SAFETY_ANALYSIS { RingEndMu.unlock(); } in enable() function
|
H A D | tsd_exclusive.h | 110 void enable() NO_THREAD_SAFETY_ANALYSIS { in enable() function
|
H A D | tsd_shared.h | 100 void enable() NO_THREAD_SAFETY_ANALYSIS { in enable() function
|
/llvm-project/mlir/lib/CAPI/Debug/ |
H A D | Debug.cpp | 16 void mlirEnableGlobalDebug(bool enable) { llvm::DebugFlag = enable; } in mlirEnableGlobalDebug()
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_on_lambda_capture/ |
H A D | main.cpp | 6 bool enable = true; member
|
/llvm-project/mlir/include/mlir/Debug/ |
H A D | BreakpointManager.h | 27 void enable() { enableStatus = true; } in enable() function
|
/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_arm.cpp | 72 bool RegisterContextCorePOSIX_arm::HardwareSingleStep(bool enable) { in HardwareSingleStep()
|
H A D | RegisterContextPOSIXCore_mips64.cpp | 89 bool RegisterContextCorePOSIX_mips64::HardwareSingleStep(bool enable) { in HardwareSingleStep()
|
H A D | RegisterContextPOSIXCore_s390x.cpp | 94 bool RegisterContextCorePOSIX_s390x::HardwareSingleStep(bool enable) { in HardwareSingleStep()
|
H A D | RegisterContextPOSIXCore_x86_64.cpp | 97 bool RegisterContextCorePOSIX_x86_64::HardwareSingleStep(bool enable) { in HardwareSingleStep()
|
H A D | RegisterContextPOSIXCore_powerpc.cpp | 109 bool RegisterContextCorePOSIX_powerpc::HardwareSingleStep(bool enable) { in HardwareSingleStep()
|
H A D | RegisterContextPOSIXCore_arm64.cpp | 394 HardwareSingleStep(bool enable) HardwareSingleStep() argument
|
/llvm-project/clang/utils/ |
H A D | clangdiag.py | 123 def enable(exe_ctx, args): function
|
/llvm-project/compiler-rt/lib/hwasan/scripts/ |
H A D | hwasan_symbolize | 113 enable_html(self, enable) global() argument 116 enable_logging(self, enable) global() argument
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | RegisterContextWindows.cpp | 74 bool RegisterContextWindows::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_libignore.h | 32 void IgnoreNoninstrumentedModules(bool enable) { in IgnoreNoninstrumentedModules() argument
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | Pass.cpp | 83 __anone3fec4810402(PyPassManager &passManager, bool enable) populatePassManagerSubmodule() argument
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextThreadMemory.cpp | 187 bool RegisterContextThreadMemory::HardwareSingleStep(bool enable) { in HardwareSingleStep() argument
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | LoopAnnotationImporter.cpp | 127 auto enable = lookupUnitNode(enableName); in lookupBooleanUnitNode() local 288 FailureOr<BoolAttr> enable = in convertVectorizeAttr() local
|
/llvm-project/clang/lib/Basic/ |
H A D | OpenCLOptions.cpp | 88 void OpenCLOptions::enable(llvm::StringRef Ext, bool V) { in enable() function in clang::OpenCLOptions
|
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | DataFlowFramework.h | 192 setInterprocedural(bool enable) setInterprocedural() argument
|