OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCodeGenOpts
(Results
1 - 25
of
44
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
75
shouldEmitLifetimeMarkers(CGM.
getCodeGenOpts
(), CGM.getLangOpts())) {
389
if (CGM.
getCodeGenOpts
().InstrumentFunctions)
391
if (CGM.
getCodeGenOpts
().InstrumentFunctionsAfterInlining)
453
if (CGM.
getCodeGenOpts
().EmitDeclMetadata)
523
if (!CGM.
getCodeGenOpts
().InstrumentFunctions &&
524
!CGM.
getCodeGenOpts
().InstrumentFunctionsAfterInlining &&
525
!CGM.
getCodeGenOpts
().InstrumentFunctionEntryBare)
535
return CGM.
getCodeGenOpts
().XRayInstrumentFunctions;
541
return CGM.
getCodeGenOpts
().XRayInstrumentFunctions &&
542
(CGM.
getCodeGenOpts
().XRayAlwaysEmitCustomEvents |
[
all
...]
CGCXX.cpp
35
if (!
getCodeGenOpts
().CXXCtorDtorAliases)
40
if (
getCodeGenOpts
().OptimizationLevel == 0)
45
if (
getCodeGenOpts
().SanitizeMemoryUseAfterDtor &&
ABIInfo.h
70
const CodeGenOptions &
getCodeGenOpts
() const;
CGDebugInfo.cpp
67
: CGM(CGM), DebugKind(CGM.
getCodeGenOpts
().getDebugInfo()),
68
DebugTypeExtRefs(CGM.
getCodeGenOpts
().DebugTypeExtRefs),
70
for (const auto &KV : CGM.
getCodeGenOpts
().DebugPrefixMap)
237
if (CGM.
getCodeGenOpts
().EmitCodeView) {
324
if (CGM.
getCodeGenOpts
().EmitCodeView) {
369
if (!CGM.
getCodeGenOpts
().EmitCodeView &&
370
CGM.
getCodeGenOpts
().DwarfVersion < 5)
390
if (!CGM.
getCodeGenOpts
().EmbedSource)
500
if (!Force && !CGM.
getCodeGenOpts
().DebugColumnInfo)
512
if (!CGM.
getCodeGenOpts
().DebugCompilationDir.empty()
[
all
...]
CodeGenAction.cpp
925
CI.
getCodeGenOpts
().LinkBitcodeFiles) {
950
if (CI.
getCodeGenOpts
().CoverageMapping)
956
CI.getPreprocessorOpts(), CI.
getCodeGenOpts
(), CI.getTargetOpts(),
963
if (CI.
getCodeGenOpts
().getDebugInfo() != codegenoptions::NoDebugInfo &&
964
CI.
getCodeGenOpts
().MacroDebugInfo) {
982
if (!CI.
getCodeGenOpts
().ThinLTOIndexFile.empty()) {
1049
auto &CodeGenOpts = CI.
getCodeGenOpts
();
1088
CI.getPreprocessorOpts(), CI.
getCodeGenOpts
(),
CGStmt.cpp
614
if (CGM.
getCodeGenOpts
().hasReducedDebugInfo()) {
756
if (!Count && CGM.
getCodeGenOpts
().OptimizationLevel)
828
LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), CGM.
getCodeGenOpts
(),
841
if (!Weights && CGM.
getCodeGenOpts
().OptimizationLevel)
927
LoopStack.push(LoopBody, CGM.getContext(), CGM.
getCodeGenOpts
(), DoAttrs,
973
LoopStack.push(CondBlock, CGM.getContext(), CGM.
getCodeGenOpts
(), ForAttrs,
1021
if (!Weights && CGM.
getCodeGenOpts
().OptimizationLevel)
1088
LoopStack.push(CondBlock, CGM.getContext(), CGM.
getCodeGenOpts
(), ForAttrs,
1106
if (!Weights && CGM.
getCodeGenOpts
().OptimizationLevel)
1419
if (!CGM.
getCodeGenOpts
().hasProfileClangInstr() &
[
all
...]
CGClass.cpp
1316
if (CGM.
getCodeGenOpts
().StrictVTablePointers &&
1317
CGM.
getCodeGenOpts
().OptimizationLevel > 0 &&
1333
if (CGM.
getCodeGenOpts
().StrictVTablePointers &&
1334
CGM.
getCodeGenOpts
().OptimizationLevel > 0 &&
1525
if (CGM.
getCodeGenOpts
().StrictVTablePointers &&
1526
CGM.
getCodeGenOpts
().OptimizationLevel > 0)
1837
if (CGM.
getCodeGenOpts
().SanitizeMemoryUseAfterDtor &&
1863
if (CGM.
getCodeGenOpts
().SanitizeMemoryUseAfterDtor &&
1887
if (CGM.
getCodeGenOpts
().SanitizeMemoryUseAfterDtor &&
2198
if (CGM.
getCodeGenOpts
().OptimizationLevel > 0 &
[
all
...]
CodeGenPGO.cpp
37
Name, Linkage, CGM.
getCodeGenOpts
().MainFileName,
41
if (CGM.
getCodeGenOpts
().hasProfileClangInstr())
796
bool InstrumentRegions = CGM.
getCodeGenOpts
().hasProfileClangInstr();
821
if (CGM.
getCodeGenOpts
().CoverageMapping)
944
if (!CGM.
getCodeGenOpts
().hasProfileClangInstr() || !RegionCounterMap)
966
if (CGM.
getCodeGenOpts
().hasProfileClangInstr())
985
bool InstrumentValueSites = CGM.
getCodeGenOpts
().hasProfileClangInstr();
CGVTables.cpp
486
return CGM.
getCodeGenOpts
().OptimizationLevel && !IsUnprototyped;
986
return CGM.
getCodeGenOpts
().OptimizationLevel > 0 &&
1177
if (!
getCodeGenOpts
().LTOVisibilityPublicStd)
1252
if (!
getCodeGenOpts
().LTOUnit)
1311
if (
getCodeGenOpts
().VirtualFunctionElimination ||
1312
getCodeGenOpts
().WholeProgramVTables) {
ObjectFilePCHContainerOperations.cpp
156
CodeGenOpts.setDebuggerTuning(CI.
getCodeGenOpts
().getDebuggerTuning());
158
CI.getInvocation().
getCodeGenOpts
().DebugPrefixMap;
CodeGenModule.cpp
507
PGOStats.reportDiagnostics(getDiags(),
getCodeGenOpts
().MainFileName);
732
if (
getCodeGenOpts
().CodeModel.size() > 0) {
733
unsigned CM = llvm::StringSwitch<unsigned>(
getCodeGenOpts
().CodeModel)
765
if (
getCodeGenOpts
().EmitDeclMetadata)
768
if (
getCodeGenOpts
().EmitGcovArcs ||
getCodeGenOpts
().EmitGcovNotes)
774
if (
getCodeGenOpts
().EmitVersionIdentMetadata)
777
if (!
getCodeGenOpts
().RecordCommandLine.empty())
780
if (!
getCodeGenOpts
().StackProtectorGuard.empty())
781
getModule().setStackProtectorGuard(
getCodeGenOpts
().StackProtectorGuard)
[
all
...]
CodeGenTypes.h
121
const CodeGenOptions &
getCodeGenOpts
() const;
CGExpr.cpp
403
if (CGF.CGM.
getCodeGenOpts
().MergeAllConstants &&
549
!CGM.
getCodeGenOpts
().SanitizeAddressUseAfterScope) {
1653
if (!getRangeForType(*this, Ty, Min, End, CGM.
getCodeGenOpts
().StrictEnums,
1714
if (!CGM.
getCodeGenOpts
().PreserveVec3Type) {
1757
} else if (CGM.
getCodeGenOpts
().OptimizationLevel > 0)
1831
if (!CGM.
getCodeGenOpts
().PreserveVec3Type) {
2182
CGM.
getCodeGenOpts
().AAPCSBitfieldWidth && Dst.isVolatileQualified() &&
2218
CGM.
getCodeGenOpts
().ForceAAPCSBitfieldLoad)
3074
CGM.
getCodeGenOpts
().EmitCheckPathComponentsToStrip;
3165
bool MinimalRuntime = CGF.CGM.
getCodeGenOpts
().SanitizeMinimalRuntime
[
all
...]
CGDeclCXX.cpp
115
bool UsingExternalHelper = !CGM.
getCodeGenOpts
().CXAAtExit;
158
if (!CGM.
getCodeGenOpts
().OptimizationLevel)
326
if (CGM.
getCodeGenOpts
().ForbidGuardVariables)
ItaniumCXXABI.cpp
701
bool ShouldEmitVFEInfo = CGM.
getCodeGenOpts
().VirtualFunctionElimination &&
704
CGM.
getCodeGenOpts
().WholeProgramVTables &&
777
if (CGM.
getCodeGenOpts
().SanitizeTrap.has(SanitizerKind::CFIMFCall)) {
1782
CGM.
getCodeGenOpts
().WholeProgramVTables) {
1788
assert(CGM.
getCodeGenOpts
().WholeProgramVTables);
1981
if (CGM.
getCodeGenOpts
().OptimizationLevel > 0 &&
1982
CGM.
getCodeGenOpts
().StrictVTablePointers) {
2042
if (CGM.
getCodeGenOpts
().ForceEmitVTables)
2215
CGM.
getCodeGenOpts
().SanitizeAddressPoisonCustomArrayCookie)) {
2554
assert((TLS || CGF.getTypes().
getCodeGenOpts
().CXAAtExit) &
[
all
...]
CGBlocks.cpp
130
if (CGM.
getCodeGenOpts
().ObjCAutoRefCountExceptions)
992
CGM.
getCodeGenOpts
().OptimizationLevel != 0) {
1059
CGM.
getCodeGenOpts
().OptimizationLevel != 0) {
1413
if (CGM.
getCodeGenOpts
().hasReducedDebugInfo()) {
1523
if (CGM.
getCodeGenOpts
().OptimizationLevel == 0) {
1585
if (CGM.
getCodeGenOpts
().hasReducedDebugInfo()) {
1842
if (CGM.
getCodeGenOpts
().ObjCAutoRefCountExceptions)
2010
if (CGM.
getCodeGenOpts
().OptimizationLevel == 0) {
2266
if (CGF.CGM.
getCodeGenOpts
().OptimizationLevel == 0) {
CoverageMappingGen.cpp
1563
CoveragePrefixMap = CGM.
getCodeGenOpts
().CoveragePrefixMap;
1567
if (!CGM.
getCodeGenOpts
().CoverageCompilationDir.empty())
1568
return CGM.
getCodeGenOpts
().CoverageCompilationDir;
1651
if (CGM.
getCodeGenOpts
().DumpCoverageMapping) {
CGRecordLayoutBuilder.cpp
441
if (!Types.
getCodeGenOpts
().FineGrainedBitfieldAccesses)
545
if (!isAAPCS() || !Types.
getCodeGenOpts
().AAPCSBitfieldWidth)
CodeGenTypes.cpp
44
const CodeGenOptions &CodeGenTypes::
getCodeGenOpts
() const {
45
return CGM.
getCodeGenOpts
();
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h
253
CodeGenOptions &
getCodeGenOpts
() {
254
return Invocation->
getCodeGenOpts
();
256
const CodeGenOptions &
getCodeGenOpts
() const {
257
return Invocation->
getCodeGenOpts
();
CompilerInvocation.h
154
CodeGenOptions &
getCodeGenOpts
() { return CodeGenOpts; }
155
const CodeGenOptions &
getCodeGenOpts
() const { return CodeGenOpts; }
/src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp
203
Inv->
getCodeGenOpts
().setDebugInfo(codegenoptions::FullDebugInfo);
233
CI.getPreprocessorOpts(), CI.
getCodeGenOpts
(), LLVMCtx));
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp
171
(CI.
getCodeGenOpts
().getDebugInfo() != codegenoptions::NoDebugInfo));
/src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp
581
CI.
getCodeGenOpts
().DebugTypeExtRefs);
649
CI.
getCodeGenOpts
().DebugTypeExtRefs);
CompilerInvocation.cpp
448
CodeGenOptions &CodeGenOpts = Invocation.
getCodeGenOpts
();
4407
ParseCodeGenArgs(Res.
getCodeGenOpts
(), Args, DashX, Diags, T,
4413
Res.
getCodeGenOpts
().DiscardValueNames &=
4433
if (Res.
getCodeGenOpts
().FineGrainedBitfieldAccesses &&
4435
Res.
getCodeGenOpts
().FineGrainedBitfieldAccesses = false;
4440
Res.
getCodeGenOpts
().Argv0 = Argv0;
4441
Res.
getCodeGenOpts
().CommandLineArgs = CommandLineArgs;
4563
if (
getCodeGenOpts
().DebugTypeExtRefs)
4564
for (const auto &KeyValue :
getCodeGenOpts
().DebugPrefixMap)
Completed in 98 milliseconds
1
2
Indexes created Sat Jun 13 00:24:39 UTC 2026