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/BinaryFormat/ELF.h
  815 enum : unsigned {
  886 enum : unsigned {
 1037 enum {
 1049 enum {
 1067 enum {
 1182 enum {
 1223 enum : unsigned {
include/llvm/BinaryFormat/Wasm.h
   90 struct WasmGlobal {
  103 struct WasmEvent {
  354 struct WasmSignature {
include/llvm/Object/COFF.h
  280 class COFFSymbolRef {
include/llvm/Object/Wasm.h
  103 struct WasmSection {
  113 struct WasmSegment {
include/llvm/Support/MemoryBuffer.h
  261 class MemoryBufferRef {
tools/lld/ELF/InputSection.h
  292 class EhInputSection : public InputSectionBase {
  312 class InputSection : public InputSectionBase {
tools/lld/ELF/Relocations.h
  103 struct Relocation {
tools/lld/ELF/Symbols.h
   56 class Symbol {
  286 class Defined : public Symbol {
tools/lld/ELF/SyntheticSections.h
  403 class StringTableSection final : public SyntheticSection {
tools/lld/include/lld/Common/Memory.h
   52 template <typename T, typename... U> T *make(U &&... args) {