Home
last modified time | relevance | path

Searched refs:getMapEntry (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDwarfStringPoolEntry.h35 const StringMapEntry<DwarfStringPoolEntry> *getMapEntry() const { in getMapEntry() function
45 explicit operator bool() const { return getMapEntry(); }
47 assert(getMapEntry()->second.Symbol && "No symbol available!"); in getSymbol()
48 return getMapEntry()->second.Symbol; in getSymbol()
50 unsigned getOffset() const { return getMapEntry()->second.Offset; } in getOffset()
54 assert(getMapEntry()->getValue().isIndexed()); in getIndex()
55 return getMapEntry()->second.Index; in getIndex()
57 StringRef getString() const { return getMapEntry()->first(); } in getString()
59 DwarfStringPoolEntry getEntry() const { return getMapEntry()->getValue(); } in getEntry()
62 return getMapEntry() == X.getMapEntry();
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/
DDwarfStringPoolEntry.h35 const StringMapEntry<DwarfStringPoolEntry> *getMapEntry() const { in getMapEntry() function
45 explicit operator bool() const { return getMapEntry(); }
47 assert(getMapEntry()->second.Symbol && "No symbol available!"); in getSymbol()
48 return getMapEntry()->second.Symbol; in getSymbol()
50 uint64_t getOffset() const { return getMapEntry()->second.Offset; } in getOffset()
54 assert(getMapEntry()->getValue().isIndexed()); in getIndex()
55 return getMapEntry()->second.Index; in getIndex()
57 StringRef getString() const { return getMapEntry()->first(); } in getString()
59 DwarfStringPoolEntry getEntry() const { return getMapEntry()->getValue(); } in getEntry()
62 return getMapEntry() == X.getMapEntry();
[all …]
/external/llvm-project/clang/unittests/Basic/
DFileEntryTest.cpp121 EXPECT_TRUE(R1.isSameRef(FileEntryRef(R1.getMapEntry()))); in TEST()
162 EXPECT_TRUE(R1.isSameRef(DirectoryEntryRef(R1.getMapEntry()))); in TEST()
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessageOptions.php306 public function getMapEntry() function in Google\\Protobuf\\Internal\\MessageOptions
DFieldDescriptor.php181 $this->getMessageType()->getOptions()->getMapEntry();
/external/llvm-project/clang/include/clang/Serialization/
DModuleFile.h84 Val.setPointerAndInt(&File.getMapEntry(), intVal);
/external/llvm-project/clang/include/clang/Basic/
DDirectoryEntry.h59 const MapEntry &getMapEntry() const { return *ME; } in getMapEntry() function
DFileEntry.h155 const clang::FileEntryRef::MapEntry &getMapEntry() const { return *ME; } in getMapEntry() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDynamicMessage.java332 if (type.getOptions().getMapEntry()) {
358 if (type.getOptions().getMapEntry()) {
DDescriptors.java1029 if (getContainingType().getOptions().getMapEntry()) { in needsUtf8Check()
1042 && getMessageType().getOptions().getMapEntry(); in isMapField()
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java233 fieldDescriptor.getMessageType().getOptions().getMapEntry(); in isMapEntry()
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp1127 Mod->Umbrella = &UmbrellaHeader.getMapEntry(); in setUmbrellaHeader()
1138 Mod->Umbrella = &UmbrellaDir.getMapEntry(); in setUmbrellaDir()