/external/clang/test/Driver/ |
split-debug.c | 7 // CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
setup.sh | 21 # list projects to extract; add other cvs roots (eg. /cvsroot/modeling) as necessary below
|
/external/elfutils/0.153/libelf/ |
gelf.h | 146 /* How to extract and insert information held in the st_info field. */ 152 /* How to extract information held in the st_other field. */ 157 /* How to extract and insert information held in the r_info field. */ 164 /* How to extract and insert information held in the m_info field. */
|
/external/fdlibm/ |
s_scalbn.c | 43 k = (hx&0x7ff00000)>>20; /* extract exponent */
|
/external/icu/icu4c/source/common/ |
unistr_cnv.cpp | 129 UnicodeString::extract(int32_t start, function in class:UnicodeString 133 return extract(start, length, target, dstSize, 0); 140 UnicodeString::extract(int32_t start, function in class:UnicodeString 215 UnicodeString::extract(char *dest, int32_t destCapacity, function in class:UnicodeString
|
uset_props.cpp | 135 return pat.extract(result, resultCapacity, *ec);
|
/external/icu/icu4c/source/test/intltest/ |
sfwdchit.cpp | 36 s.extract(0, fLen, fStart);
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 27 exclusive_tail off; # extract last one octet.
|
/external/libsepol/src/ |
boolean_record.c | 55 ERR(handle, "could not extract key from boolean %s",
|
/external/libutf/ |
runetype.c | 39 * The "ideographic" property is hard to extract from UnicodeData.txt,
|
/external/libxml2/ |
HACKING | 7 extract this version and drop me a mail if you want me to take care of
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugAbbrev.h | 46 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr);
|
DWARFDebugArangeSet.h | 44 bool Extract(const lldb_private::DataExtractor &data, lldb::offset_t *offset_ptr);
|
DWARFLocationList.cpp | 55 DWARFLocationList::Extract(const DataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DataExtractor& location_list_data)
|
/external/llvm/ |
Android.mk | 97 tools/llvm-extract \
|
/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.cpp | 29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { function in class:DWARFAbbreviationDeclaration
|
DWARFContext.cpp | 120 while (set.extract(arangesData, &offset)) 187 while (rangeList.extract(rangesData, &offset)) 228 Abbrev->extract(abbrData); 238 AbbrevDWO->extract(abbrData); 282 // other tools (libdwarf) and extract this from the container (ObjectFile 325 if (!CU->extract(DIData, &offset)) { 345 if (!TU->extract(DIData, &offset)) 364 if (!DWOCU->extract(DIData, &offset)) { 384 if (!TU->extract(DIData, &offset))
|
DWARFDebugArangeSet.h | 57 bool extract(DataExtractor data, uint32_t *offset_ptr);
|
DWARFDebugAranges.h | 28 void extract(DataExtractor DebugArangesData);
|
DWARFDebugRangeList.cpp | 22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-extract_subvector.ll | 3 ; Extract of an upper half of a vector is an "ext.16b v0, v0, v0, #8" insn.
|
/external/llvm/test/Object/ |
extract.ll | 3 ; This test just makes sure that llvm-ar can extract bytecode members
|
/external/llvm/test/Transforms/CodeExtractor/ |
2004-03-13-LoopExtractorCrash.ll | 1 ; RUN: opt < %s -loop-extract -disable-output
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
extractcost.ll | 27 %externaluse2 = mul nsw i32 %add, %m ; we should add the extract cost only once and the store will be vectorized
|
/external/llvm/tools/ |
LLVMBuild.txt | 19 subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-dwarfdump llvm-extract llvm-jitlistener llvm-link llvm-lto llvm-mc llvm-nm llvm-objdump llvm-profdata llvm-rtdyld llvm-size macho-dump opt llvm-mcmarkup
|