HomeSort by relevance Sort by last modified time
    Searched refs:VST (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/tools/tzcode/
icuzones 71 Link Asia/Ho_Chi_Minh VST
  /external/llvm/lib/IR/
Value.cpp 289 ValueSymbolTable *VST;
290 bool Failure = getSymTab(V, VST);
295 if (ST == VST) {
303 // Otherwise, things are slightly more complex. Remove V's name from VST and
306 if (VST)
307 VST->removeValueName(V->getValueName());
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 229 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) {
230 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 229 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) {
230 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 229 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) {
230 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 486 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) {
487 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
BitcodeWriter.cpp 588 /// module-level VST. For now the offset is 0, which will be backpatched
589 /// after the real VST is written. Returns the bit offset to backpatch.
590 static uint64_t WriteValueSymbolTableForwardDecl(const ValueSymbolTable &VST,
592 if (VST.empty())
595 // Write a placeholder value in for the offset of the real VST,
598 // updated when the real VST is written.
602 // hold the real VST offset. Must use fixed instead of VBR as we don't
612 // patched when the real VST is written. We can simply subtract the 32-bit
619 /// Returns the bit offset to backpatch with the location of the real VST.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]

Completed in 247 milliseconds