OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LLVMContextImpl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.cpp
1
//===-
LLVMContextImpl
.cpp - Implement
LLVMContextImpl
--------------------===//
9
// This file implements the opaque
LLVMContextImpl
.
13
#include "
LLVMContextImpl
.h"
24
LLVMContextImpl
::
LLVMContextImpl
(LLVMContext &C)
46
LLVMContextImpl
::~
LLVMContextImpl
() {
48
// will call
LLVMContextImpl
::removeModule, thus invalidating iterators into
129
void
LLVMContextImpl
::dropTriviallyDeadConstantArrays()
[
all
...]
LLVMContextImpl.h
1
//===-
LLVMContextImpl
.h - The
LLVMContextImpl
opaque class -----*- C++ -*-===//
9
// This file declares
LLVMContextImpl
, the opaque implementation
1324
class
LLVMContextImpl
{
1511
LLVMContextImpl
(LLVMContext &C);
1512
~
LLVMContextImpl
();
Completed in 63 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026