OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionOptions
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeFunctionSig.cpp
176
return (MemberFunc.getOptions() &
FunctionOptions
::Constructor) !=
177
FunctionOptions
::None;
187
FunctionOptions
::ConstructorWithVirtualBases) !=
188
FunctionOptions
::None;
192
FunctionOptions
Options =
194
return (Options &
FunctionOptions
::CxxReturnUdt) !=
FunctionOptions
::None;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp
67
LLVM_YAML_DECLARE_BITSET_TRAITS(
FunctionOptions
)
352
void ScalarBitSetTraits<
FunctionOptions
>::bitset(IO &IO,
353
FunctionOptions
&Options) {
354
IO.bitSetCase(Options, "None",
FunctionOptions
::None);
355
IO.bitSetCase(Options, "CxxReturnUdt",
FunctionOptions
::CxxReturnUdt);
356
IO.bitSetCase(Options, "Constructor",
FunctionOptions
::Constructor);
358
FunctionOptions
::ConstructorWithVirtualBases);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp
423
CV_ENUM_CLASS_ENT(
FunctionOptions
, CxxReturnUdt),
424
CV_ENUM_CLASS_ENT(
FunctionOptions
, Constructor),
425
CV_ENUM_CLASS_ENT(
FunctionOptions
, ConstructorWithVirtualBases),
TypeDumpVisitor.cpp
138
ENUM_ENTRY(
FunctionOptions
, CxxReturnUdt),
139
ENUM_ENTRY(
FunctionOptions
, Constructor),
140
ENUM_ENTRY(
FunctionOptions
, ConstructorWithVirtualBases),
314
W->printFlags("
FunctionOptions
", uint8_t(Proc.getOptions()),
327
W->printFlags("
FunctionOptions
", uint8_t(MF.getOptions()),
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
150
FunctionOptions
Options, uint16_t ParameterCount,
158
FunctionOptions
getOptions() const { return Options; }
164
FunctionOptions
Options;
177
FunctionOptions
Options, uint16_t ParameterCount,
189
FunctionOptions
getOptions() const { return Options; }
198
FunctionOptions
Options;
CodeView.h
244
enum class
FunctionOptions
: uint8_t {
250
CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(
FunctionOptions
)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h
414
codeview::
FunctionOptions
FO = codeview::
FunctionOptions
::None);
CodeViewDebug.cpp
417
static
FunctionOptions
421
FunctionOptions
FO =
FunctionOptions
::None;
432
FO |=
FunctionOptions
::CxxReturnUdt;
436
FO |=
FunctionOptions
::Constructor;
438
// TODO: put the
FunctionOptions
::ConstructorWithVirtualBases flag.
464
FunctionOptions
FO = getFunctionOptions(SP->getType(), Class, SP->getName());
1931
FunctionOptions
FO = getFunctionOptions(Ty);
1941
FunctionOptions
FO) {
2313
//
FunctionOptions
::Constructor among the emitted members. Clang AST has al
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp
209
static std::string formatFunctionOptions(
FunctionOptions
Options) {
212
PUSH_FLAG(
FunctionOptions
, CxxReturnUdt, Options, "returns cxx udt");
213
PUSH_FLAG(
FunctionOptions
, ConstructorWithVirtualBases, Options,
215
PUSH_FLAG(
FunctionOptions
, Constructor, Options, "constructor");
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
399
struct
FunctionOptions
{
412
explicit
FunctionOptions
(const CapturedStmt *S, bool UIntPtrCastRequired,
427
llvm::Value *&CXXThisValue, const
FunctionOptions
&FO) {
614
FunctionOptions
FO(&S, !NeedWrapperFunction, /*RegisterCastedArgsOnly=*/false,
636
FunctionOptions
WrapperFO(&S, /*UIntPtrCastRequired=*/true,
Completed in 43 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026