Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp113 bool Indirect = false; in skipValue() local
229 bool Indirect = false; in extractValue() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h147 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp425 BasicBlock::iterator Indirect = Target->begin(), in SplitIndirectBrCriticalEdges() local
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h49 Indirect, enumerator
448 void setInAllocaIndirect(bool Indirect) { in setInAllocaIndirect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h266 Indirect, enumerator
H A DCallingConvLower.h52 Indirect // The location contains pointer to the value. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h235 static void getIndirectReference(const uint8_t *Record, bool &Indirect) { in getIndirectReference()
H A DStackMapParser.h106 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp251 bool Indirect; in isSymbolIndirect() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp2044 llvm::function_ref<bool(PrimType)> Indirect) { in dereference()
2073 llvm::function_ref<bool(PrimType)> Indirect) { in dereferenceParam()
2115 llvm::function_ref<bool(PrimType)> Indirect) { in dereferenceVar()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h176 Indirect, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp368 int Indirect; in run() member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp298 bool Indirect; in writeDIE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp660 bool Indirect = STI.isGVIndirectSymbol(GV); in selectGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp551 bool Indirect = MI.isIndirectDebugValue(); in BuildDbgValue() local
H A DInstrRefBasedImpl.cpp1202 bool Indirect = Properties.Indirect; in emitLoc() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4730 bool Indirect = Record.readBool(); in UpdateDecl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5473 Indirect, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp5014 FieldDecl *Field, IndirectFieldDecl *Indirect, in BuildImplicitMemberInitializer()
5278 IndirectFieldDecl *Indirect = nullptr) { in CollectFieldInitializer()
H A DSemaChecking.cpp18246 bool Indirect = false; member
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11293 std::optional<Expr *> Indirect; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5753 bool Indirect) { in EmitFuncArgumentDbgValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6388 auto SkipToField = [&](FieldDecl *FD, bool Indirect) { in HandleConstructorCall()