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.h86 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h315 std::optional<Expr *> Indirect; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp422 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 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/include/llvm/ObjCopy/
H A DCommonConfig.h169 Indirect, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp376 int Indirect; in run() member
/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.cpp298 bool Indirect; in writeDIE() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp759 bool Indirect = false; member
H A DSemaDeclCXX.cpp4868 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 DVarLocBasedImpl.cpp551 bool Indirect = MI.isIndirectDebugValue(); in BuildDbgValue() local
H A DInstrRefBasedImpl.cpp1232 bool Indirect = Properties.Indirect; in emitLoc() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4793 bool Indirect = Record.readBool(); in UpdateDecl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5736 Indirect, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5991 bool Indirect) { in EmitFuncArgumentDbgValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6449 auto SkipToField = [&](FieldDecl *FD, bool Indirect) { in HandleConstructorCall()