/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 113 bool Indirect = false; in skipValue() local 229 bool Indirect = false; in extractValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 86 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 315 std::optional<Expr *> Indirect; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BreakCriticalEdges.cpp | 422 BasicBlock::iterator Indirect = Target->begin(), in SplitIndirectBrCriticalEdges() local
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 49 Indirect, enumerator 448 void setInAllocaIndirect(bool Indirect) { in setInAllocaIndirect()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 266 Indirect, enumerator
|
H A D | CallingConvLower.h | 52 Indirect // The location contains pointer to the value. enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 global() enumerator
|
H A D | GOFF.h | 255 static void getIndirectReference(const uint8_t *Record, bool &Indirect) { in getIndirectReference()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | GOFFObjectFile.cpp | 253 bool Indirect; in isSymbolIndirect() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 169 Indirect, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 376 int Indirect; in run() member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 124 bool Indirect; // Passed via a pointer member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 662 bool Indirect = STI.isGVIndirectSymbol(GV); in selectGlobal() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 298 bool Indirect; in writeDIE() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 759 bool Indirect = false; member
|
H A D | SemaDeclCXX.cpp | 4868 FieldDecl *Field, IndirectFieldDecl *Indirect, in BuildImplicitMemberInitializer() argument 5132 CollectFieldInitializer(Sema & SemaRef,BaseAndFieldInfo & Info,FieldDecl * Field,IndirectFieldDecl * Indirect=nullptr) CollectFieldInitializer() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 551 bool Indirect = MI.isIndirectDebugValue(); in BuildDbgValue() local
|
H A D | InstrRefBasedImpl.cpp | 1232 bool Indirect = Properties.Indirect; in emitLoc() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 4793 bool Indirect = Record.readBool(); in UpdateDecl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5736 Indirect, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 5991 bool Indirect) { in EmitFuncArgumentDbgValue()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 6449 auto SkipToField = [&](FieldDecl *FD, bool Indirect) { in HandleConstructorCall()
|