OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGroup
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
LSUnit.cpp
81
MemoryGroup &NewGroup =
getGroup
(NewGID);
88
MemoryGroup &IDom =
getGroup
(ImmediateLoadDominator);
96
MemoryGroup &StoreGroup =
getGroup
(CurrentStoreBarrierGroupID);
106
MemoryGroup &StoreGroup =
getGroup
(CurrentStoreGroupID);
147
getGroup
(ImmediateLoadDominator).isExecuting();
151
MemoryGroup &NewGroup =
getGroup
(NewGID);
157
MemoryGroup &StoreGroup =
getGroup
(CurrentStoreGroupID);
166
MemoryGroup &LoadGroup =
getGroup
(ImmediateLoadDominator);
175
MemoryGroup &LoadGroup =
getGroup
(CurrentLoadBarrierGroupID);
190
MemoryGroup &Group =
getGroup
(CurrentLoadGroupID)
[
all
...]
Scheduler.cpp
88
const MemoryGroup &Group = LSU.
getGroup
(IS->getLSUTokenID());
/src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
LSUnit.h
278
const MemoryGroup &Group =
getGroup
(GroupID);
286
const MemoryGroup &Group =
getGroup
(GroupID);
294
const MemoryGroup &Group =
getGroup
(GroupID);
300
const MemoryGroup &Group =
getGroup
(GroupID);
304
const MemoryGroup &
getGroup
(unsigned Index) const {
309
MemoryGroup &
getGroup
(unsigned Index) {
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionELF.h
78
const MCSymbolELF *
getGroup
() const { return Group.getPointer(); }
MCSectionWasm.h
58
const MCSymbolWasm *
getGroup
() const { return Group; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Option.h
103
const Option
getGroup
() const {
/src/external/apache2/llvm/dist/llvm/lib/Option/
Option.cpp
71
const Option Group =
getGroup
();
103
const Option Group =
getGroup
();
ArgList.cpp
38
O = O.
getGroup
()) {
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
WasmAsmParser.cpp
239
if (Current->
getGroup
())
ELFAsmParser.cpp
651
if (const MCSymbol *Group = Section->
getGroup
()) {
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCWasmStreamer.cpp
64
const MCSymbol *Grp = SectionWasm->
getGroup
();
MCObjectFileInfo.cpp
1036
if (const MCSymbol *Group = ElfSec.
getGroup
()) {
1054
if (const MCSymbol *Group = ElfSec.
getGroup
()) {
1071
if (const MCSymbol *Group = ElfSec->
getGroup
()) {
ELFObjectWriter.cpp
803
Flags, EntrySize, Sec.
getGroup
(), &Sec);
1052
GroupSymbolIndex = Section->
getGroup
()->getIndex();
1097
const MCSymbolELF *SignatureSymbol = Section.
getGroup
();
1142
const MCSymbol *SignatureSymbol = Group->
getGroup
();
MCELFStreamer.cpp
156
const MCSymbol *Grp = SectionELF->
getGroup
();
WasmObjectWriter.cpp
1424
<< Section.
getGroup
() << "\n";);
1451
if (const MCSymbolWasm *C = Section.
getGroup
()) {
1486
if (const MCSymbolWasm *C = Section.
getGroup
()) {
1540
if (const MCSymbolWasm *C = Section.
getGroup
()) {
MCContext.cpp
446
if (const MCSymbol *Group = Section->
getGroup
())
/src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningFilesystem.cpp
58
Stat->getUser(), Stat->
getGroup
(), Size,
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
llvm-objcopy.cpp
297
sys::fs::changeFileOwnership(FD, Stat.getUser(), Stat.
getGroup
());
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h
204
uint32_t
getGroup
() const { return fs_st_gid; }
211
uint32_t
getGroup
() const {
VirtualFileSystem.h
82
uint32_t
getGroup
() const { return Group; }
/src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp
404
Status.getUser(), Status.
getGroup
(), Size,
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
68
User(Status.getUser()), Group(Status.
getGroup
()), Size(Status.getSize()),
79
In.getUser(), In.
getGroup
(), In.getSize(), In.getType(),
85
In.getUser(), In.
getGroup
(), In.getSize(), In.type(),
/src/external/apache2/llvm/dist/llvm/lib/Object/
ArchiveWriter.cpp
111
M.GID = Status.
getGroup
();
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp
1065
auto *Group = CWS->
getGroup
();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp
1224
const MCSymbolELF *Group = FnSection.
getGroup
();
Completed in 64 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026