OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MainFileName
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h
26
const std::string &
MainFileName
,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp
44
const std::string
MainFileName
;
136
PCHContainerGenerator(CompilerInstance &CI, const std::string &
MainFileName
,
140
: Diags(CI.getDiagnostics()),
MainFileName
(
MainFileName
),
152
// When building a module
MainFileName
is the name of the modulemap file.
153
CodeGenOpts.
MainFileName
=
154
LangOpts.CurrentModule.empty() ?
MainFileName
: LangOpts.CurrentModule;
168
M.reset(new llvm::Module(
MainFileName
, *VMContext));
175
StringRef ModuleName = llvm::sys::path::filename(
MainFileName
);
320
CompilerInstance &CI, const std::string &
MainFileName
,
[
all
...]
ModuleBuilder.cpp
70
if (ModuleName == "-" && !CGO.
MainFileName
.empty())
71
return CGO.
MainFileName
;
CGDebugInfo.cpp
536
std::string
MainFileName
= CGM.getCodeGenOpts().
MainFileName
;
537
if (
MainFileName
.empty())
538
MainFileName
= "<stdin>";
547
if (!llvm::sys::path::is_absolute(
MainFileName
)) {
549
llvm::sys::path::append(MainFileDirSS,
MainFileName
);
550
MainFileName
=
557
if (MainFile->getName() ==
MainFileName
&&
561
MainFileName
= CGM.getModule().getName().str();
623
remapDIPath(
MainFileName
), remapDIPath(getCurrentDirname()), CSInfo
[
all
...]
CodeGenPGO.cpp
37
Name, Linkage, CGM.getCodeGenOpts().
MainFileName
,
CodeGenModule.cpp
507
PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().
MainFileName
);
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
PCHContainerOperations.h
48
const std::string &
MainFileName
,
75
const std::string &
MainFileName
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
PCHContainerOperations.cpp
54
CompilerInstance &CI, const std::string &
MainFileName
,
/src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp
102
std::string
MainFileName
;
246
Opts.
MainFileName
= std::string(Args.getLastArgValue(OPT_main_file_name));
432
if (!Opts.
MainFileName
.empty())
433
Ctx.setMainFileName(StringRef(Opts.
MainFileName
));
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h
172
std::string
MainFileName
;
669
const std::string &getMainFileName() const { return
MainFileName
; }
672
void setMainFileName(StringRef S) {
MainFileName
= std::string(S); }
/src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
llvm-mc.cpp
162
MainFileName
("main-file-name",
456
if (!
MainFileName
.empty())
457
Ctx.setMainFileName(
MainFileName
);
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h
209
std::string
MainFileName
;
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp
78
MainFileName
= std::string(SrcMgr->getMemoryBuffer(SrcMgr->getMainFileID())
147
MainFileName
.clear();
836
// The MCContext ctor initializes
MainFileName
to the name associated with
839
// Or,
MainFileName
might have been overridden by a -main-file-name option,
841
// So, if the InputFileName and
MainFileName
are not equal, assume
842
//
MainFileName
is a substitute basename and replace the last component.
Completed in 70 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026