Home
last modified time | relevance | path

Searched defs:Indirect (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp113 bool Indirect = false; in skipValue() local
255 bool Indirect = false; in extractValue() local
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DByteCodeExprGen.cpp603 llvm::function_ref<bool(PrimType)> Indirect) { in dereference()
629 llvm::function_ref<bool(PrimType)> Indirect) { in dereferenceParam()
671 llvm::function_ref<bool(PrimType)> Indirect) { in dereferenceVar()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h147 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp425 BasicBlock::iterator Indirect = Target->begin(), in SplitIndirectBrCriticalEdges() local
/openbsd/src/gnu/llvm/clang/include/clang/CodeGen/
DCGFunctionInfo.h49 Indirect, enumerator
448 void setInAllocaIndirect(bool Indirect) { in setInAllocaIndirect()
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dtic30.h196 #define Indirect 0x0020 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dtic30.h196 #define Indirect 0x0020 macro
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DStackMaps.h266 Indirect, enumerator
DCallingConvLower.h50 Indirect // The location contains pointer to the value. enumerator
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DStackMapParser.h107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DCGSCCPassManager.cpp372 int Indirect; in run() member
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp660 bool Indirect = STI.isGVIndirectSymbol(GV); in selectGlobal() local
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp298 bool Indirect; in writeDIE() local
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp4578 bool Indirect = Record.readBool(); in UpdateDecl() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp5430 Indirect, enumerator
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclCXX.cpp4822 FieldDecl *Field, IndirectFieldDecl *Indirect, in BuildImplicitMemberInitializer()
5086 IndirectFieldDecl *Indirect = nullptr) { in CollectFieldInitializer()
DSemaChecking.cpp16448 bool Indirect = false; member
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h10938 std::optional<Expr *> Indirect; member
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5578 bool Indirect) { in EmitFuncArgumentDbgValue()
/openbsd/src/gnu/llvm/clang/lib/AST/
DExprConstant.cpp6296 auto SkipToField = [&](FieldDecl *FD, bool Indirect) { in HandleConstructorCall()