OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TruncateNames
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Archive/
ArchiveWriter.cpp
75
//
TruncateNames
is true, names are flattened to 15 chars or less. The sz field
82
int sz, bool
TruncateNames
) const {
117
} else if (
TruncateNames
) {
206
bool
TruncateNames
,
269
bool writeLongName = fillHeader(member,Hdr,hdrSize,
TruncateNames
);
352
Archive::writeToDisk(bool CreateSymbolTable, bool
TruncateNames
, bool Compress,
397
TruncateNames
, Compress, ErrMsg)) {
/external/llvm/tools/llvm-ar/
llvm-ar.cpp
93
bool
TruncateNames
= false; ///< 'f' modifier
200
case 'f':
TruncateNames
= true; break;
259
if (
TruncateNames
&& Operation!=QuickAppend && Operation!=ReplaceOrInsert)
506
if (TheArchive->writeToDisk(SymTable,
TruncateNames
,Compression,ErrMsg))
561
if (TheArchive->writeToDisk(SymTable,
TruncateNames
,Compression,ErrMsg))
586
if (TheArchive->writeToDisk(SymTable,
TruncateNames
,Compression,ErrMsg))
621
if (
TruncateNames
&& compare.length() > 15) {
684
if (TheArchive->writeToDisk(SymTable,
TruncateNames
,Compression,ErrMsg))
/external/llvm/include/llvm/Bitcode/
Archive.h
419
/// variable names is created. If \p
TruncateNames
is true, the names of the
429
bool
TruncateNames
=false, ///< Truncate the filename to 15 chars
496
bool
TruncateNames
, ///< Should names be truncated to 11 chars?
503
ArchiveMemberHeader& hdr,int sz, bool
TruncateNames
) const;
Completed in 75 milliseconds