HomeSort by: relevance | last modified time | path
    Searched defs:DebugInfoForProfiling (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 41 bool DebugInfoForProfiling = false,
45 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling ||
63 // If neither Action nor CSAction, DebugInfoForProfiling or
66 this->DebugInfoForProfiling || this->PseudoProbeForProfiling);
71 if (this->DebugInfoForProfiling && this->PseudoProbeForProfiling) {
81 bool DebugInfoForProfiling;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 1349 bool DebugInfoForProfiling;
1356 bool DebugInfoForProfiling, unsigned NameTableKind,
1362 DebugInfoForProfiling(DebugInfoForProfiling),
1376 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1385 DebugInfoForProfiling, NameTableKind, RangesBaseAddress,
1396 bool DebugInfoForProfiling, unsigned NameTableKind,
1422 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1428 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress,
1437 bool SplitDebugInlining, bool DebugInfoForProfiling,
    [all...]

Completed in 16 milliseconds