OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Backend
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Phases.h
21
Backend
,
/src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp
72
"distributed
backend
case"));
307
ThinBackend
Backend
;
309
Backend
= createWriteIndexesThinBackend(/* OldPrefix */ "",
315
Backend
= createInProcessThinBackend(
317
LTO Lto(std::move(Conf), std::move(
Backend
));
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h
229
/// This ThinBackend runs the individual
backend
jobs in-process.
234
/// running the individual
backend
jobs. This
backend
is for distributed builds
237
/// To find the path to write the index to, the
backend
checks if the path has a
278
LTO(Config Conf, ThinBackend
Backend
= nullptr,
340
ThinLTOState(ThinBackend
Backend
);
342
ThinBackend
Backend
;
391
/// LTO
backend
.
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAssembler.h
104
std::unique_ptr<MCAsmBackend>
Backend
;
229
MCAssembler(MCContext &Context, std::unique_ptr<MCAsmBackend>
Backend
,
294
MCAsmBackend *getBackendPtr() const { return
Backend
.get(); }
300
MCAsmBackend &getBackend() const { return *
Backend
; }
311
/// if not specified it is automatically created from
backend
.
443
/// \name
Backend
Data Access
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectStreamer.cpp
394
MCAsmBackend &
Backend
= Assembler.getBackend();
395
if (!(
Backend
.mayNeedRelaxation(Inst, STI) ||
396
Backend
.allowEnhancedRelaxation())) {
409
while (
Backend
.mayNeedRelaxation(Relaxed, STI))
410
Backend
.relaxInstruction(Relaxed, STI);
XCOFFObjectWriter.cpp
434
MCAsmBackend &
Backend
= Asm.getBackend();
435
bool IsPCRel =
Backend
.getFixupKindInfo(Fixup.getKind()).Flags &
ELFObjectWriter.cpp
1422
MCAsmBackend &
Backend
= Asm.getBackend();
1423
bool IsPCRel =
Backend
.getFixupKindInfo(Fixup.getKind()).Flags &
/src/external/bsd/openldap/dist/servers/slapd/
slap.h
373
typedef struct BackendInfo BackendInfo; /* per
backend
type */
374
typedef struct BackendDB BackendDB; /* per
backend
database */
1203
* inserted into a cache. The ID value is
backend
1221
/* for use by the
backend
for any purpose */
1590
*
Backend
-info
1591
* represents a
backend
1764
typedef BackendDB
Backend
;
1813
BackendInfo *bd_info; /* pointer to shared
backend
info */
1877
#define SLAP_DBFLAG_GLUE_INSTANCE 0x0010U /* a glue
backend
*/
1989
BerVarray be_suffix; /* the DN suffixes of data in this
backend
*/
[
all
...]
Completed in 48 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026