OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThinLinkBitcodeFile
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h
255
std::string
ThinLinkBitcodeFile
;
/src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp
122
static cl::opt<std::string>
ThinLinkBitcodeFile
(
714
if (!
ThinLinkBitcodeFile
.empty()) {
716
new ToolOutputFile(
ThinLinkBitcodeFile
, EC, sys::fs::OF_None));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp
986
if (!CodeGenOpts.
ThinLinkBitcodeFile
.empty()) {
987
ThinLinkOS = openOutputFile(CodeGenOpts.
ThinLinkBitcodeFile
);
1431
if (!CodeGenOpts.
ThinLinkBitcodeFile
.empty()) {
1432
ThinLinkOS = openOutputFile(CodeGenOpts.
ThinLinkBitcodeFile
);
Completed in 51 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026