OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AANoUnwind
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
115
PIPE_OPERATOR(
AANoUnwind
)
739
struct AANoUnwindImpl :
AANoUnwind
{
740
AANoUnwindImpl(const IRPosition &IRP, Attributor &A) :
AANoUnwind
(IRP, A) {}
758
const auto &NoUnwindAA = A.getAAFor<
AANoUnwind
>(
801
auto &FnAA = A.getAAFor<
AANoUnwind
>(*this, FnPos, DepClassTy::REQUIRED);
2846
A.getAndUpdateAAFor<
AANoUnwind
>(*this, CallIRP, DepClassTy::NONE);
3286
A.getAndUpdateAAFor<
AANoUnwind
>(AA, IPos, DepClassTy::OPTIONAL);
4391
A.getAAFor<
AANoUnwind
>(*this, FnPos, DepClassTy::OPTIONAL);
8135
const char
AANoUnwind
::ID = 0;
8251
CREATE_FUNCTION_ABSTRACT_ATTRIBUTE_FOR_POSITION(
AANoUnwind
)
[
all
...]
Attributor.cpp
2024
getOrCreateAAFor<
AANoUnwind
>(FPos);
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
2492
struct
AANoUnwind
2495
AANoUnwind
(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {}
2504
static
AANoUnwind
&createForPosition(const IRPosition &IRP, Attributor &A);
2507
const std::string getName() const override { return "
AANoUnwind
"; }
2512
/// This function should return true if the type of the \p AA is
AANoUnwind
Completed in 98 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026