Home
last modified time | relevance | path

Searched refs:Controller (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp68 FDRController<> *Controller = nullptr; member
318 if (TLD.Controller != nullptr) in fdrLoggingFlush()
319 TLD.Controller->flush(); in fdrLoggingFlush()
356 if (TLD.Controller != nullptr) in fdrLoggingFlush()
357 TLD.Controller->flush(); in fdrLoggingFlush()
451 if (TLD.Controller != nullptr) { in setupTLD()
452 TLD.Controller->flush(); in setupTLD()
453 TLD.Controller = nullptr; in setupTLD()
459 if (UNLIKELY(TLD.Controller == nullptr)) { in setupTLD()
487 TLD.Controller = CStorage; in setupTLD()
[all …]
/llvm-project-15.0.7/clang/tools/scan-view/share/
H A Dstartfile.py30 class Controller(BaseController): class
34 super(Controller, self).__init__(os.path.basename(args[0]))
106 _controllers['open']= Controller('open')
121 class KfmClient(Controller):
179 _controllers[command] = Controller(command)
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddebug-info-nodebug.m9 @implementation Controller { implementation
H A Ddebug-info-lifetime-crash.m9 @implementation Controller { implementation
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dfile-header-machine-types.test307 …rs %t.dspic30f.o | FileCheck %s -DMACHINE="Microchip Technology dsPIC30F Digital Signal Controller"
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td2168 an interrupt service routine that handles an External Interrupt Controller (eic)