OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGOpts
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
BackendUtil.h
40
const CodeGenOptions &
CGOpts
,
45
void EmbedBitcode(llvm::Module *M, const CodeGenOptions &
CGOpts
,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp
152
const CodeGenOptions &
CGOpts
,
155
: Diags(_Diags), HSOpts(HeaderSearchOpts), CodeGenOpts(
CGOpts
),
173
// We need this wrapper to access LangOpts and
CGOpts
from extension functions
178
const CodeGenOptions &
CGOpts
,
180
: PassManagerBuilder(), TargetTriple(TargetTriple),
CGOpts
(
CGOpts
),
183
const CodeGenOptions &getCGOpts() const { return
CGOpts
; }
188
const CodeGenOptions &
CGOpts
;
219
getSancovOptsFromCGOpts(const CodeGenOptions &
CGOpts
) {
222
static_cast<SanitizerCoverageOptions::Type>(
CGOpts
.SanitizeCoverageType)
[
all
...]
CGLoopInfo.h
212
const clang::CodeGenOptions &
CGOpts
,
CGLoopInfo.cpp
596
const clang::CodeGenOptions &
CGOpts
,
792
if (
CGOpts
.OptimizationLevel > 0)
795
if (!
CGOpts
.UnrollLoops &&
CodeGenAction.cpp
57
ClangDiagnosticHandler(const CodeGenOptions &
CGOpts
, BackendConsumer *BCon)
58
: CodeGenOpts(
CGOpts
), BackendCon(BCon) {}
CodeGenFunction.cpp
53
static bool shouldEmitLifetimeMarkers(const CodeGenOptions &
CGOpts
,
55
if (
CGOpts
.DisableLifetimeMarkers)
59
if (
CGOpts
.SanitizeAddressUseAfterScope ||
65
return
CGOpts
.OptimizationLevel != 0;
CGDebugInfo.cpp
615
auto &
CGOpts
= CGM.getCodeGenOpts();
638
LangTag, CUFile,
CGOpts
.EmitVersionIdentMetadata ? Producer : "",
639
LO.Optimize ||
CGOpts
.PrepareForLTO ||
CGOpts
.PrepareForThinLTO,
640
CGOpts
.DwarfDebugFlags, RuntimeVers,
CGOpts
.SplitDwarfFile, EmissionKind,
641
DwoId,
CGOpts
.SplitDwarfInlining,
CGOpts
.DebugInfoForProfiling,
645
CGOpts
.DebugNameTable),
646
CGOpts
.DebugRangesBaseAddress, remapDIPath(Sysroot), SDK)
[
all
...]
CodeGenModule.cpp
1013
const auto &
CGOpts
= CGM.getCodeGenOpts();
1014
llvm::Reloc::Model RM =
CGOpts
.RelocationModel;
1042
if (
CGOpts
.DirectAccessExternalData) {
1058
if (isa<llvm::Function>(GV) && !
CGOpts
.NoPLT && RM == llvm::Reloc::Static)
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
1162
virtual void adjustTargetOptions(const CodeGenOptions &
CGOpts
,
Completed in 28 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026