OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VAStartInst
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h
215
RetTy visitVAStartInst(
VAStartInst
&I) { DELEGATE(IntrinsicInst); }
293
case Intrinsic::vastart: DELEGATE(
VAStartInst
);
IntrinsicInst.h
1047
class
VAStartInst
: public IntrinsicInst {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
151
void visitVAStartInst(
VAStartInst
&I);
Execution.cpp
1118
void Interpreter::visitVAStartInst(
VAStartInst
&I) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
1020
virtual void visitVAStartInst(
VAStartInst
&I) = 0;
2568
void visitVAStartInst(
VAStartInst
&I) {
4322
void visitVAStartInst(
VAStartInst
&I) override {
4459
void visitVAStartInst(
VAStartInst
&I) override {
4628
void visitVAStartInst(
VAStartInst
&I) override {
4896
void visitVAStartInst(
VAStartInst
&I) override {
5183
void visitVAStartInst(
VAStartInst
&I) override {
5278
void visitVAStartInst(
VAStartInst
&I) override {}
Completed in 31 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026