Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dopc2c.c139 typedef struct Indirect struct
144 struct Indirect * ind; argument
147 } Indirect; typedef
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dopc2c.c139 typedef struct Indirect struct
144 struct Indirect * ind; argument
147 } Indirect; argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp259 llvm::function_ref<bool(PrimType)> Indirect) { in dereference()
285 llvm::function_ref<bool(PrimType)> Indirect) { in dereferenceParam()
327 llvm::function_ref<bool(PrimType)> Indirect) { in dereferenceVar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp111 bool Indirect = false; in skipValue() local
253 bool Indirect = false; in extractValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h148 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp434 BasicBlock::iterator Indirect = Target->begin(), in SplitIndirectBrCriticalEdges() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h49 Indirect, enumerator
448 void setInAllocaIndirect(bool Indirect) { in setInAllocaIndirect()
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic30.h196 #define Indirect 0x0020 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h258 Indirect, enumerator
H A DCallingConvLower.h52 Indirect // The location contains pointer to the value. enumerator
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic30.h196 #define Indirect 0x0020 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp384 int Indirect; in run() member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp660 bool Indirect = STI.isGVIndirectSymbol(GV); in selectGlobal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp297 bool Indirect; in writeDIE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp366 DbgValueProperties(const DIExpression *DIExpr, bool Indirect) in DbgValueProperties()
385 bool Indirect; member in __anon45b083930211::DbgValueProperties
H A DVarLocBasedImpl.cpp535 bool Indirect = MI.isIndirectDebugValue(); in BuildDbgValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4986 Indirect, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp4701 FieldDecl *Field, IndirectFieldDecl *Indirect, in BuildImplicitMemberInitializer()
4965 IndirectFieldDecl *Indirect = nullptr) { in CollectFieldInitializer()
H A DSemaChecking.cpp14721 bool Indirect = false; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6206 auto SkipToField = [&](FieldDecl *FD, bool Indirect) { in HandleConstructorCall()