Searched defs:InlinedAt (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.h33 LLVMMetadataRef InlinedAt; member in struct:LLVMDebugLocMetadata
H A DIRBindings.cpp66 const auto* InlinedAt = Loc.getInlinedAt(); local
53 LLVMGoSetCurrentDebugLocation(LLVMBuilderRef Bref, unsigned Line, unsigned Col, LLVMMetadataRef Scope, LLVMMetadataRef InlinedAt) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp56 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; local
H A DDwarfDebug.h69 const DILocation *InlinedAt; member in class:llvm::DbgEntity
H A DCodeViewDebug.cpp241 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, argument
917 emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt, const InlineSite &Site) argument
1344 const DILocation *InlinedAt = IV.second; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp71 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, argument
H A DLLVMContextImpl.h260 Metadata *InlinedAt; member in struct:llvm::MDNodeKeyImpl
263 MDNodeKeyImpl(unsigned Line, unsigned Column, Metadata *Scope, Metadata *InlinedAt, bool ImplicitCode) argument
H A DDebugInfo.cpp585 auto *InlinedAt = map(MLD->getInlinedAt()); local
1008 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line, unsigned Column, LLVMMetadataRef Scope, LLVMMetadataRef InlinedAt) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLexicalScopes.cpp188 getOrCreateInlinedScope(const DILocalScope *Scope, const DILocation *InlinedAt) argument
H A DLiveDebugVariables.cpp680 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h107 LineInfo InlinedAt; member in struct:llvm::MCCVFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp55 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h407 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1311 Metadata *InlinedAt = getMDOrNull(Record[4]); local
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c319 llvm_dibuild_create_debug_location(LLVMContextRef Ctx, value Line, value Column, LLVMMetadataRef Scope, LLVMMetadataRef InlinedAt) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1574 getImpl(LLVMContext &Context, unsigned Line, unsigned Column, DILocalScope *Scope, DILocation *InlinedAt, bool ImplicitCode, StorageType Storage, bool ShouldCreate = true) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1483 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, argument

Completed in 406 milliseconds