reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/Analysis/TargetTransformInfo.h
  108 class TargetTransformInfo {
include/llvm/CodeGen/MachineBasicBlock.h
  181   using iterator = MachineInstrBundleIterator<MachineInstr>;
include/llvm/CodeGen/Register.h
   19 class Register {
include/llvm/ExecutionEngine/JITSymbol.h
   41 using JITTargetAddress = uint64_t;
  219 class JITSymbol {
include/llvm/ExecutionEngine/Orc/CompileUtils.h
   36   using CompileResult = std::unique_ptr<MemoryBuffer>;
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
  347   struct Resources {
include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
   33   using ResultTy = Optional<DenseMap<StringRef, DenseSet<StringRef>>>;
include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
   77 class ThreadSafeModule {
include/llvm/IR/ConstantRange.h
   47 class LLVM_NODISCARD ConstantRange {
include/llvm/IR/PassManager.h
  154 class PreservedAnalyses {
include/llvm/LTO/LTO.h
  203 using AddStreamFn =
include/llvm/Support/Error.h
  157 class LLVM_NODISCARD Error {
  324 class ErrorSuccess final : public Error {};
tools/clang/include/clang/Basic/Diagnostic.h
  152   enum Level {
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.h
   50 struct ClangTidyOptions {
tools/clang/tools/extra/clangd/XRefs.h
   60 struct HoverInfo {
tools/clang/tools/extra/clangd/index/Symbol.h
  177 class SymbolSlab {
tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp
   31 struct Documentation {
tools/lld/ELF/LinkerScript.h
   40 struct ExprValue {
tools/lldb/include/lldb/DataFormatters/TypeFormat.h
  113   typedef std::shared_ptr<TypeFormatImpl> SharedPointer;
tools/lldb/include/lldb/DataFormatters/TypeSummary.h
  263   typedef std::shared_ptr<TypeSummaryImpl> SharedPointer;
tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  259   typedef std::shared_ptr<SyntheticChildren> SharedPointer;
tools/lldb/include/lldb/DataFormatters/TypeValidator.h
  137   struct ValidationResult {
tools/lldb/include/lldb/Utility/Status.h
   44 class Status {
tools/lldb/include/lldb/lldb-enumerations.h
   73 enum StateType {
tools/lldb/include/lldb/lldb-types.h
   83 typedef uint64_t addr_t;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
   63   enum class PacketResult {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
  107 class stat {
usr/include/c++/7.4.0/bits/stringfwd.h
   74   typedef basic_string<char>    string;   
usr/include/c++/7.4.0/future
 1047       typedef __future_base::_Ptr<_Res_type>	_Ptr_type;
 1248       typedef __future_base::_Ptr<_Res_type> 	_Ptr_type;
usr/include/x86_64-linux-gnu/bits/stdint-uintn.h
   26 typedef __uint32_t uint32_t;
   27 typedef __uint64_t uint64_t;