HomeSort by relevance Sort by last modified time
    Searched refs:ConstantPoolEntry (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/include/llvm/MC/
ConstantPools.h 29 struct ConstantPoolEntry {
30 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
41 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 32 struct ConstantPoolEntry {
33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
45 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 32 struct ConstantPoolEntry {
33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
45 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 32 struct ConstantPoolEntry {
33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
45 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 32 struct ConstantPoolEntry {
33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
45 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 32 struct ConstantPoolEntry {
33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
45 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 32 struct ConstantPoolEntry {
33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
45 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 32 struct ConstantPoolEntry {
33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
45 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 32 struct ConstantPoolEntry {
33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
45 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy;
  /external/v8/src/ppc/
assembler-ppc-inl.h 122 ConstantPoolEntry::Access access;
125 pc_, constant_pool, access, ConstantPoolEntry::INTPTR);
155 ConstantPoolEntry::Access access;
158 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
168 ConstantPoolEntry::Access access;
171 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
448 ConstantPoolEntry::Access access;
451 pc, constant_pool, access, ConstantPoolEntry::INTPTR));
493 ConstantPoolEntry::Access* access) {
505 *access = (overflowed ? ConstantPoolEntry::OVERFLOWE
    [all...]
assembler-ppc.h 452 Address pc, ConstantPoolEntry::Access* access = nullptr));
454 Address pc, ConstantPoolEntry::Access* access = nullptr));
456 ConstantPoolEntry::Access access,
457 ConstantPoolEntry::Type type));
459 int pc_offset, int offset, ConstantPoolEntry::Access access,
460 ConstantPoolEntry::Type type));
465 Address pc, Address constant_pool, ConstantPoolEntry::Access access,
466 ConstantPoolEntry::Type type));
    [all...]
assembler-ppc.cc     [all...]
  /external/v8/src/
assembler.cc     [all...]
assembler.h     [all...]
  /external/llvm/lib/MC/
ConstantPools.cpp 28 for (const ConstantPoolEntry &Entry : Entries) {
41 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size, Loc));
  /external/v8/src/arm/
assembler-arm.h     [all...]
assembler-arm.cc     [all...]
  /external/v8/src/interpreter/
bytecode-array-builder.h 369 #define ENTRY_GETTER(NAME, ...) size_t NAME##ConstantPoolEntry();
bytecode-array-builder.cc     [all...]
  /external/v8/src/x87/
assembler-x87.h     [all...]
  /external/v8/src/mips/
assembler-mips.h     [all...]
  /external/v8/src/mips64/
assembler-mips64.h     [all...]
  /external/v8/src/s390/
assembler-s390.h     [all...]
  /external/v8/src/arm64/
assembler-arm64.h     [all...]
  /external/v8/src/ia32/
assembler-ia32.h     [all...]

Completed in 859 milliseconds

1 2