Home
last modified time | relevance | path

Searched refs:InlinedAt (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
32 while (InlinedAt) { in emitPseudoProbe()
33 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
40 InlinedAt->getDiscriminator()); in emitPseudoProbe()
42 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
32 while (InlinedAt) { in emitPseudoProbe()
33 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
40 InlinedAt->getDiscriminator()); in emitPseudoProbe()
42 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
32 while (InlinedAt) { in emitPseudoProbe()
33 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
40 InlinedAt->getDiscriminator()); in emitPseudoProbe()
42 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
32 while (InlinedAt) { in emitPseudoProbe()
33 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
40 InlinedAt->getDiscriminator()); in emitPseudoProbe()
42 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
32 while (InlinedAt) { in emitPseudoProbe()
33 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
40 InlinedAt->getDiscriminator()); in emitPseudoProbe()
42 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
34 while (InlinedAt) { in emitPseudoProbe()
35 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
45 InlinedAt->getDiscriminator()); in emitPseudoProbe()
47 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp56 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
57 while (InlinedAt) { in emitPseudoProbe()
58 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
66 InlinedAt->getDiscriminator()); in emitPseudoProbe()
68 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp56 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
57 while (InlinedAt) { in emitPseudoProbe()
58 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
66 InlinedAt->getDiscriminator()); in emitPseudoProbe()
68 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
58 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
68 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
58 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
68 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/llvm10/llvm-10.0.1.src/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
58 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
68 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/llvm11/llvm-11.0.1.src/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
58 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
68 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
58 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
68 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/tinygo/tinygo-0.14.1/vendor/tinygo.org/x/go-llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
58 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
68 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/llvm90/llvm-9.0.1.src/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
58 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
68 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/llvm70/llvm-7.0.1.src/bindings/go/llvm/
H A DIRBindings.cpp56 LLVMMetadataRef InlinedAt) { in LLVMSetCurrentDebugLocation2() argument
59 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMSetCurrentDebugLocation2()
64 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGetCurrentDebugLocation2() local
69 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGetCurrentDebugLocation2()
/dports/devel/llvm80/llvm-8.0.1.src/bindings/go/llvm/
H A DIRBindings.cpp56 LLVMMetadataRef InlinedAt) { in LLVMSetCurrentDebugLocation2() argument
59 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMSetCurrentDebugLocation2()
64 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGetCurrentDebugLocation2() local
69 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGetCurrentDebugLocation2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
61 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
71 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
61 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
71 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
61 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
71 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
61 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
71 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
61 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
71 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
61 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
71 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
61 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
71 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
61 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
71 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()

12345678910>>...20