Home
last modified time | relevance | path

Searched defs:Indirect (Results 1 – 24 of 24) 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.h86 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp434 BasicBlock::iterator Indirect = Target->begin(), in SplitIndirectBrCriticalEdges() local
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h49 Indirect, enumerator
466 void setInAllocaIndirect(bool Indirect) { in setInAllocaIndirect()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h316 std::optional<Expr *> Indirect; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h267 Indirect, enumerator
H A DCallingConvLower.h53 Indirect // The location contains pointer to the value. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 global() enumerator
H A DGOFF.h255 static void getIndirectReference(const uint8_t *Record, bool &Indirect) { in getIndirectReference()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp253 bool Indirect; in isSymbolIndirect() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp383 int Indirect; in run() member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h182 Indirect, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp124 bool Indirect; // Passed via a pointer member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp662 bool Indirect = STI.isGVIndirectSymbol(GV); in selectGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp294 bool Indirect; in writeDIE() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp2557 const CXXRecordDecl *Indirect = nullptr; in DiagnoseNonStandardLayoutReason() local
H A DSemaObjC.cpp755 bool Indirect = false; member
H A DSemaDeclCXX.cpp4960 FieldDecl *Field, IndirectFieldDecl *Indirect, in BuildImplicitMemberInitializer()
5223 IndirectFieldDecl *Indirect = nullptr) { in CollectFieldInitializer()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp553 bool Indirect = MI.isIndirectDebugValue(); in BuildDbgValue() local
H A DInstrRefBasedImpl.cpp1246 bool Indirect = Properties.Indirect; in emitLoc() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4931 bool Indirect = Record.readBool(); in UpdateDecl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp7314 Indirect, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6083 bool Indirect) { in EmitFuncArgumentDbgValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6754 auto SkipToField = [&](FieldDecl *FD, bool Indirect) { in HandleConstructorCall()