| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| HD | LSUnit.cpp | 84 MemoryGroup &NewGroup = getGroup(NewGID); in dispatch() 91 MemoryGroup &IDom = getGroup(ImmediateLoadDominator); in dispatch() 97 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch() 126 MemoryGroup &NewGroup = getGroup(NewGID); in dispatch() 130 MemoryGroup &StGroup = getGroup(CurrentStoreGroupID); in dispatch() 136 MemoryGroup &LdGroup = getGroup(CurrentLoadBarrierGroupID); in dispatch() 148 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch()
|
| HD | Scheduler.cpp | 88 const MemoryGroup &Group = LSU.getGroup(IS->getLSUTokenID()); in issueInstructionImpl()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| HD | LSUnit.h | 252 const MemoryGroup &Group = getGroup(GroupID); in isReady() 260 const MemoryGroup &Group = getGroup(GroupID); in isPending() 268 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() 274 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() 278 const MemoryGroup &getGroup(unsigned Index) const { in getGroup() function 283 MemoryGroup &getGroup(unsigned Index) { in getGroup() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/ |
| HD | Option.cpp | 71 const Option Group = getGroup(); in print() 103 const Option Group = getGroup(); in matches()
|
| HD | ArgList.cpp | 38 O = O.getGroup()) { in append()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCSectionWasm.h | 60 const MCSymbolWasm *getGroup() const { return Group; } in getGroup() function
|
| HD | MCSectionELF.h | 75 const MCSymbolELF *getGroup() const { return Group; } in getGroup() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/ |
| HD | Option.h | 103 const Option getGroup() const { in getGroup() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCWasmStreamer.cpp | 64 const MCSymbol *Grp = SectionWasm->getGroup(); in ChangeSection()
|
| HD | ELFObjectWriter.cpp | 803 Flags, EntrySize, Sec.getGroup(), &Sec); in createRelocationSection() 1054 GroupSymbolIndex = Section->getGroup()->getIndex(); in writeSectionHeader() 1101 const MCSymbolELF *SignatureSymbol = Section.getGroup(); in writeObject() 1148 const MCSymbol *SignatureSymbol = Group->getGroup(); in writeObject()
|
| HD | MCELFStreamer.cpp | 156 const MCSymbol *Grp = SectionELF->getGroup(); in ChangeSection()
|
| HD | MCContext.cpp | 316 if (const MCSymbol *Group = Section->getGroup()) in renameELFSection()
|
| HD | WasmObjectWriter.cpp | 1246 if (const MCSymbolWasm *C = Section.getGroup()) { in writeObject() 1323 if (const MCSymbolWasm *C = Section.getGroup()) { in writeObject()
|
| HD | MCObjectFileInfo.cpp | 892 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| HD | DependencyScanningFilesystem.cpp | 58 Stat->getUser(), Stat->getGroup(), Size, in createFileEntry()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | FileSystem.h | 224 uint32_t getGroup() const { return fs_st_gid; } in getGroup() function 231 uint32_t getGroup() const { in getGroup() function
|
| HD | VirtualFileSystem.h | 81 uint32_t getGroup() const { return Group; } in getGroup() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/ |
| HD | FileManager.cpp | 372 Status.getUser(), Status.getGroup(), Size, in getVirtualFile()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | ArchiveWriter.cpp | 109 M.GID = Status.getGroup(); in getFile()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | VirtualFileSystem.cpp | 68 User(Status.getUser()), Group(Status.getGroup()), Size(Status.getSize()), in Status() 79 In.getUser(), In.getGroup(), In.getSize(), In.getType(), in copyWithNewName() 85 In.getUser(), In.getGroup(), In.getSize(), In.type(), in copyWithNewName()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| HD | ELFAsmParser.cpp | 630 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMELFStreamer.cpp | 1211 const MCSymbolELF *Group = FnSection.getGroup(); in SwitchToEHSection()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | CompilerInvocation.cpp | 1065 (A->getOption().getGroup().isValid() && in ParseCodeGenArgs() 1066 A->getOption().getGroup().getID() == options::OPT_W_Group)) in ParseCodeGenArgs()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| HD | Clang.cpp | 2215 if (O.getGroup().isValid() && O.getGroup().getID() == options::OPT_M_Group) in DumpCompilationDatabase()
|