| /llvm-project-15.0.7/llvm/docs/ |
| H A D | UserGuides.rst | 92 :doc:`CFIVerify` 102 :doc:`CMake` 106 :doc:`Docker` 126 :doc:`Passes` 140 :doc:`MemorySSA` 149 :doc:`Vectorizers` 156 :doc:`GoldPlugin` 159 :doc:`Remarks` 197 :doc:`ORCv2` 201 :doc:`JITLink` [all …]
|
| H A D | Reference.rst | 76 :doc:`Bugpoint` 80 :doc:`OptBisect` 97 :doc:`Statepoints` 105 :doc:`LibFuzzer` 119 :doc:`InAlloca` 143 :doc:`GwpAsan` 150 :doc:`XRay` 160 :doc:`FaultMaps` 163 :doc:`Atomics` 208 :doc:`StackMaps` [all …]
|
| H A D | GettingStartedTutorials.rst | 17 :doc:`GettingStarted` 22 :doc:`tutorial/index` 26 :doc:`ProgrammersManual` 30 :doc:`Frontend/PerformanceTips` 34 :doc:`GettingStartedVS` 38 :doc:`CompilerWriterInfo` 41 :doc:`MyFirstTypoFix`
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBFrame.i | 343 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (… 344 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u… 345 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u… 346 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re… 349 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re… 350 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 351 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in… 354 …thread = property(GetThread, None, doc='''A read only property that returns an lldb object that re… 355 …disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly… 356 …idx = property(GetFrameID, None, doc='''A read only property that returns the zero based stack fra… [all …]
|
| H A D | SBValue.i | 488 …name = property(GetName, None, doc='''A read only property that returns the name of this value as … 489 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that … 490 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t… 493 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value … 497 …load_addr = property(GetLoadAddress, None, doc='''A read only property that returns the load addre… 499 …deref = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that … 502 …summary = property(GetSummary, None, doc='''A read only property that returns the summary for this… 505 …location = property(GetLocation, None, doc='''A read only property that returns the location of th… 506 …target = property(GetTarget, None, doc='''A read only property that returns the lldb.SBTarget that… 511 …unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value o… [all …]
|
| H A D | SBType.i | 50 …name = property(GetName, None, doc='''A read only property that returns the name for this member a… 51 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres… 52 …byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in … 53 …bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bi… 54 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem… 905 …module = property(GetModule, None, doc='''A read only property that returns the module in which ty… 906 …name = property(GetName, None, doc='''A read only property that returns the name for this type as … 907 …size = property(GetByteSize, None, doc='''A read only property that returns size in bytes for this… 908 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu… 910 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean … [all …]
|
| H A D | SBSymbol.i | 80 …name = property(GetName, None, doc='''A read only property that returns the name for this symbol a… 81 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin… 82 …type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value … 83 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha… 84 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t… 85 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s… 86 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th… 87 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha… 88 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
|
| H A D | SBSection.i | 135 …name = property(GetName, None, doc='''A read only property that returns the name of this section a… 136 …addr = property(get_addr, None, doc='''A read only property that returns an lldb object that repre… 137 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer tha… 138 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t… 139 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs… 140 …file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size… 141 …data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that… 142 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration… 143 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the … 144 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
|
| H A D | SBData.i | 277 …uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like … 278 …uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-lik… 279 …uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-lik… 280 …uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-lik… 281 …sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like … 282 …sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-lik… 283 …sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-lik… 284 …sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-lik… 285 …float = property(_make_helper_float, None, doc='''A read only property that returns an array-like … 286 …double = property(_make_helper_double, None, doc='''A read only property that returns an array-lik… [all …]
|
| H A D | SBFunction.i | 121 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha… 122 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t… 123 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 124 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th… 125 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin… 126 …name = property(GetName, None, doc='''A read only property that returns the name for this function… 127 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s… 128 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
|
| H A D | SBAddress.i | 177 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re… 178 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj… 179 …line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object … 180 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha… 181 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 182 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re… 183 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in … 184 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that … 185 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns file address f… 186 …load_addr = property(__get_load_addr_property__, __set_load_addr_property__, doc='''A read/write p…
|
| H A D | SBThread.i | 452 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte… 455 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that … 456 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s… 457 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll… 458 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec… 459 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as… 460 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n… 461 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue … 462 …stop_reason = property(GetStopReason, None, doc='''A read only property that returns an lldb enume… 463 …is_suspended = property(IsSuspended, None, doc='''A read only property that returns a boolean valu… [all …]
|
| H A D | SBBlock.i | 149 …parent = property(GetParent, None, doc='''A read only property that returns the same result as Get… 150 …first_child = property(GetFirstChild, None, doc='''A read only property that returns the same resu… 151 …call_site = property(get_call_site, None, doc='''A read only property that returns a lldb.declarat… 152 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G… 153 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as … 154 …inlined_block = property(GetContainingInlinedBlock, None, doc='''A read only property that returns… 155 …range = property(get_ranges_access_object, None, doc='''A read only property that allows item acce… 156 …ranges = property(get_ranges_array, None, doc='''A read only property that returns a list() object… 157 …num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result…
|
| H A D | SBSymbolContext.i | 88 …module = property(GetModule, SetModule, doc='''A read/write property that allows the getting/setti… 89 …compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows t… 90 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting… 91 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting … 92 …symbol = property(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setti… 93 …line_entry = property(GetLineEntry, SetLineEntry, doc='''A read/write property that allows the get…
|
| H A D | SBInstruction.i | 95 …mnemonic = property(__mnemonic_property__, None, doc='''A read only property that returns the mnem… 96 …operands = property(__operands_property__, None, doc='''A read only property that returns the oper… 97 …comment = property(__comment_property__, None, doc='''A read only property that returns the commen… 98 …addr = property(GetAddress, None, doc='''A read only property that returns an lldb object that rep… 99 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes for … 100 …is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th…
|
| H A D | SBError.i | 112 …value = property(GetError, None, doc='''A read only property that returns the same result as GetEr… 113 …fail = property(Fail, None, doc='''A read only property that returns the same result as Fail().''') 114 …success = property(Success, None, doc='''A read only property that returns the same result as Succ… 115 …description = property(GetCString, None, doc='''A read only property that returns the same result … 116 …type = property(GetType, None, doc='''A read only property that returns the same result as GetType…
|
| H A D | SBLineEntry.i | 93 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re… 94 …line = property(GetLine, None, doc='''A read only property that returns the 1 based line number fo… 95 …column = property(GetColumn, None, doc='''A read only property that returns the 1 based column num… 96 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha… 97 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
|
| H A D | SBProcess.i | 509 …threads = property(get_process_thread_list, None, doc='''A read only property that returns a list(… 510 …thread = property(get_threads_access_object, None, doc='''A read only property that returns an obj… 511 …is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean val… 512 …is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean… 513 …is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean… 514 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in… 515 …target = property(GetTarget, None, doc='''A read only property that an lldb object that represents… 516 …num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of… 519 …exit_state = property(GetExitStatus, None, doc='''A read only property that returns an exit status… 520 …exit_description = property(GetExitDescription, None, doc='''A read only property that returns an … [all …]
|
| H A D | SBModule.i | 557 …symbols = property(get_symbols_array, None, doc='''A read only property that returns a list() of l… 559 …sections = property(get_sections_array, None, doc='''A read only property that returns a list() of… 560 …compile_units = property(get_compile_units_array, None, doc='''A read only property that returns a… 567 …uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UU… 568 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re… 569 …platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an ll… 570 …byte_order = property(GetByteOrder, None, doc='''A read only property that returns an lldb enumera… 571 …addr_size = property(GetAddressByteSize, None, doc='''A read only property that returns the size i… 572 …triple = property(GetTriple, None, doc='''A read only property that returns the target triple (arc… 573 …num_symbols = property(GetNumSymbols, None, doc='''A read only property that returns number of sym… [all …]
|
| H A D | SBSymbolContextList.i | 128 …modules = property(get_module_array, None, doc='''Returns a list() of lldb.SBModule objects, one f… 129 …compile_units = property(get_compile_unit_array, None, doc='''Returns a list() of lldb.SBCompileUn… 130 …functions = property(get_function_array, None, doc='''Returns a list() of lldb.SBFunction objects,… 131 …blocks = property(get_block_array, None, doc='''Returns a list() of lldb.SBBlock objects, one for … 132 …line_entries = property(get_line_entry_array, None, doc='''Returns a list() of lldb.SBLineEntry ob… 133 …symbols = property(get_symbol_array, None, doc='''Returns a list() of lldb.SBSymbol objects, one f…
|
| H A D | SBExecutionContext.i | 45 …target = property(GetTarget, None, doc='''A read only property that returns the same result as Get… 46 …process = property(GetProcess, None, doc='''A read only property that returns the same result as G… 47 …thread = property(GetThread, None, doc='''A read only property that returns the same result as Get… 48 …frame = property(GetFrame, None, doc='''A read only property that returns the same result as GetFr…
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/tool/ |
| H A D | CMakeLists.txt | 3 add_clang_tool(clang-doc 7 clang_target_link_libraries(clang-doc 16 target_link_libraries(clang-doc 21 install(FILES ../assets/clang-doc-default-stylesheet.css 23 COMPONENT clang-doc) 27 COMPONENT clang-doc)
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | ReleaseNotes.rst | 108 Improvements to clang-doc 151 - New :doc:`bugprone-unchecked-optional-access 161 - New :doc:`bugprone-assignment-in-if-condition 166 - New :doc:`misc-const-correctness 171 - New :doc:`modernize-macro-to-enum 187 - New alias :doc:`cppcoreguidelines-macro-to-enum 204 - Fixed a crash in :doc:`bugprone-sizeof-expression 208 - Fixed bugs in :doc:`bugprone-use-after-move 217 - Improved :doc:`cert-dcl58-cpp 241 - Fixed a crash in :doc:`llvmlibc-callee-namespace [all …]
|
| H A D | clang-doc.rst | 10 :program:`clang-doc` is a tool for generating C and C++ documentation from 22 :program:`clang-doc` is a `LibTooling 33 $ clang-doc /path/to/compile_commands.json 40 $ clang-doc /path/to/file.cpp -p /path/to/build 45 :program:`clang-doc` produces a directory of documentation. One file is produced 53 $ clang-doc -output=output/directory/ compile_commands.json 58 Configuration for :program:`clang-doc` is currently limited to command-line options. 65 :program:`clang-doc` offers the following options: 69 $ clang-doc --help 70 USAGE: clang-doc [options] <source0> [... <sourceN>] [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | XMLTest.cpp | 73 XMLDocument doc; in TEST() local 74 ASSERT_TRUE(doc.ParseMemory(test_xml.data(), test_xml.size())); in TEST() 76 XMLNode root = doc.GetRootElement(); in TEST() 99 XMLDocument doc; in TEST() local 100 ASSERT_FALSE(doc.ParseMemory(test_xml.data(), test_xml.size())); in TEST() 102 XMLNode root = doc.GetRootElement(); in TEST()
|