OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InlineSrcMgr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp
69
: TT(TheTriple), SrcMgr(mgr),
InlineSrcMgr
(nullptr),
119
if (!
InlineSrcMgr
)
120
InlineSrcMgr
.reset(new SourceMgr());
129
InlineSrcMgr
.reset();
909
} else if (
InlineSrcMgr
) {
910
SMP =
InlineSrcMgr
.get();
922
// * MCContext::
InlineSrcMgr
is null when the inline asm is not used.
924
// and MCContext::
InlineSrcMgr
are null.
929
// FIXME: Simplify these by combining
InlineSrcMgr
& SrcMgr.
931
// For non MC-only execution,
InlineSrcMgr
is only ctor'd if there i
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h
89
std::unique_ptr<SourceMgr>
InlineSrcMgr
;
411
return
InlineSrcMgr
.get();
Completed in 25 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026