| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_exception.cpp | 258 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_throw() local 312 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_cleanup() local 353 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_end_cleanup_impl() local 438 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_catch() local 515 …__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_c… in __cxa_end_catch() local 581 __cxa_eh_globals *globals = __cxa_get_globals_fast(); in __cxa_current_exception_type() local 605 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_rethrow() local 692 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_current_primary_exception() local 768 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_uncaught_exceptions() local
|
| H A D | cxa_handlers.cpp | 79 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in terminate() local
|
| H A D | cxa_default_handlers.cpp | 41 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in demangling_terminate_handler() local
|
| H A D | cxa_personality.cpp | 1235 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_call_unexpected() local
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | globals.py | 67 def globals(command_args): function
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbIndex.h | 136 llvm::pdb::GlobalsStream &globals() { return *m_globals; } in globals() function 137 const llvm::pdb::GlobalsStream &globals() const { return *m_globals; } in globals() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.h | 65 NameToDIE globals; member
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_globals.cpp | 108 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() 354 void __asan_register_globals(__asan_global *globals, uptr n) { in __asan_register_globals() 396 void __asan_unregister_globals(__asan_global *globals, uptr n) { in __asan_unregister_globals()
|
| H A D | asan_mac.cpp | 82 __asan_global *globals = (__asan_global *)getsectiondata( in AsanApplyToGlobals() local
|
| H A D | asan_descriptions.h | 160 __asan_global globals[kMaxGlobals]; member
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | MapFile.cpp | 153 } else if (auto *globals = dyn_cast<GlobalSection>(osec)) { in writeMapFile() local
|
| H A D | InputFiles.h | 139 std::vector<InputGlobal *> globals; variable
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_common_fuchsia.cpp | 79 auto globals = +[](void *chunk, size_t size, void *data) { in LockStuffAndStopTheWorld() local
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | ScriptParser.cpp | 189 SmallVector<SymbolVersion, 0> globals; in readDynamicList() local 1593 SmallVector<SymbolVersion, 0> globals; in readAnonymousDeclaration() local 1608 SmallVector<SymbolVersion, 0> globals; in readVersionDeclaration() local 1636 SmallVector<SymbolVersion, 0> globals; in readSymbols() local
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Module.h | 614 iterator_range<global_iterator> globals() { in globals() function 617 iterator_range<const_global_iterator> globals() const { in globals() function
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-repeated-weak.mm | 97 void globals() { function
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | VSCode.h | 88 lldb::SBValueList globals; member
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1430 PythonDictionary globals(PyInitialValue::Empty); in Init() local 1449 const PythonDictionary &globals, in runStringOneLine() 1475 const PythonDictionary &globals, in runStringMultiLine()
|
| H A D | ScriptInterpreterPython.cpp | 988 PythonDictionary globals = main_module.GetDictionary(); in ExecuteOneLineWithReturn() local 1112 PythonDictionary globals = main_module.GetDictionary(); in ExecuteMultipleLines() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 142 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals() function
|
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonDataObjectsTests.cpp | 603 PythonDictionary globals(PyInitialValue::Empty); in TEST_F() local 811 PythonDictionary globals(PyInitialValue::Empty); in TEST_F() local
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 240 DenseMap<llvm::GlobalVariable *, GlobalOp> globals; member in __anonbfc9ccbf0111::Importer
|