OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBBSectionID
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BasicBlockSections.cpp
244
Optional<
MBBSectionID
> EHPadsSectionID;
262
MBB.setSectionID(
MBBSectionID
::ColdSectionID);
266
EHPadsSectionID !=
MBBSectionID
::ExceptionSectionID) {
271
?
MBBSectionID
::ExceptionSectionID
278
if (EHPadsSectionID ==
MBBSectionID
::ExceptionSectionID)
386
auto MBBSectionOrder = [EntryBBSectionID](const
MBBSectionID
&LHS,
387
const
MBBSectionID
&RHS) {
407
if (XSectionID.Type ==
MBBSectionID
::SectionType::Default)
MachineFunctionSplitter.cpp
134
MBB.setSectionID(
MBBSectionID
::ColdSectionID);
145
LP->setSectionID(
MBBSectionID
::ColdSectionID);
MachineBasicBlock.cpp
70
if (SectionID ==
MBBSectionID
::ColdSectionID) {
72
} else if (SectionID ==
MBBSectionID
::ExceptionSectionID) {
530
if (getSectionID() !=
MBBSectionID
(0)) {
534
case
MBBSectionID
::SectionType::Exception:
537
case
MBBSectionID
::SectionType::Cold:
1650
const
MBBSectionID
MBBSectionID
::ColdSectionID(
MBBSectionID
::SectionType::Cold);
1651
const
MBBSectionID
1652
MBBSectionID
::ExceptionSectionID(MBBSectionID::SectionType::Exception)
[
all
...]
TargetLoweringObjectFileImpl.cpp
978
if (MBB.getSectionID() ==
MBBSectionID
::ColdSectionID) {
981
} else if (MBB.getSectionID() ==
MBBSectionID
::ExceptionSectionID) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
52
struct
MBBSectionID
{
61
MBBSectionID
(unsigned N) : Type(Default), Number(N) {}
64
const static
MBBSectionID
ColdSectionID;
65
const static
MBBSectionID
ExceptionSectionID;
67
bool operator==(const
MBBSectionID
&Other) const {
71
bool operator!=(const
MBBSectionID
&Other) const { return !(*this == Other); }
75
MBBSectionID
(SectionType T) : Type(T), Number(0) {}
166
MBBSectionID
SectionID{0};
574
MBBSectionID
getSectionID() const { return SectionID; }
578
return ((unsigned)
MBBSectionID
::SectionType::Cold)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
495
bool parseSectionID(Optional<
MBBSectionID
> &SID);
621
bool MIParser::parseSectionID(Optional<
MBBSectionID
> &SID) {
628
SID =
MBBSectionID
{Value};
632
SID =
MBBSectionID
::ExceptionSectionID;
634
SID =
MBBSectionID
::ColdSectionID;
654
Optional<
MBBSectionID
> SectionID;
Completed in 69 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026