HomeSort by relevance Sort by last modified time
    Searched full:fixedvalue (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 37 uint64_t &FixedValue);
43 uint64_t &FixedValue);
49 uint64_t FixedValue);
60 MCValue Target, uint64_t &FixedValue);
153 uint64_t &FixedValue) {
171 FixedValue += SecAddr;
184 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
209 // relocation, but it will be set in FixedValue if the base symbol
212 FixedValue &= 0xfffffffe;
217 FixedValue &= 0xfffffffe
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 35 uint64_t &FixedValue);
42 uint64_t &FixedValue);
50 uint64_t &FixedValue);
57 uint64_t &FixedValue);
67 MCValue Target, uint64_t &FixedValue) {
70 FixedValue);
73 FixedValue);
107 uint64_t &FixedValue) {
251 FixedValue = Res;
327 FixedValue = Value
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 77 private final boolean fixedValue;
83 * @param fixedValue fixed value
85 public LSFixedStrategy(boolean fixedValue) {
86 this.fixedValue = fixedValue;
95 if (setting.getValue() != fixedValue) {
104 return fixedValue;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 77 uint64_t &FixedValue) = 0;
225 uint64_t &FixedValue);
231 uint64_t &FixedValue);
235 MCValue Target, uint64_t &FixedValue);
MCObjectWriter.h 83 uint64_t &FixedValue) = 0;
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 34 MCValue Target, uint64_t &FixedValue) {
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 179 uint64_t &FixedValue);
635 uint64_t &FixedValue) {
666 FixedValue = b - a;
668 // between the two symbols. Update FixedValue to account for the delta, and
673 FixedValue = Target.getConstant();
684 FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment)
704 FixedValue += 4;
MCAssembler.cpp 718 uint64_t FixedValue;
719 if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) {
723 getWriter().RecordRelocation(*this, Layout, &F, Fixup, Target, FixedValue);
725 return FixedValue;
789 uint64_t FixedValue = handleFixup(Layout, *F, Fixup);
791 F->getContents().size(), FixedValue);
    [all...]
MachObjectWriter.cpp 418 uint64_t &FixedValue) {
420 Target, FixedValue);
    [all...]
ELFObjectWriter.cpp 259 MCValue Target, uint64_t &FixedValue);
703 uint64_t &FixedValue) {
751 FixedValue = Value;
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 66 MCValue Target, uint64_t &FixedValue) {
  /prebuilts/tools/common/cglib/
cglib-docs-2.2.3.jar 
cglib-src-2.2.3.jar 
cglib-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2-sources.jar 

Completed in 266 milliseconds