Home
last modified time | relevance | path

Searched refs:getSymbols (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp196 static void getSymbols(Module*M, std::vector<std::string>& symbols) { in getSymbols() function
234 getSymbols(M, symbols); in GetBitcodeSymbols()
256 getSymbols(M, symbols); in GetBitcodeSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h97 const SymbolNameSet &getSymbols() const { return Symbols; } in getSymbols() function
111 const SymbolNameSet &getSymbols() const { return Symbols; } in getSymbols() function
141 SymbolFlagsMap getSymbols() { return SymbolFlags; } in getSymbols() function
213 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols() function
630 for (auto &KV : UMI->MU->getSymbols()) in define()
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp162 PublicsStream::getSymbols(bool *HadError) const { in getSymbols() function in PublicsStream
170 return SS.getSymbols(HadError); in getSymbols()
DSymbolStream.cpp42 SymbolStream::getSymbols(bool *HadError) const { in getSymbols() function in SymbolStream
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DSymbolStream.h30 getSymbols(bool *HadError) const;
DPublicsStream.h40 getSymbols(bool *HadError) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DSymbolStream.h37 getSymbols(bool *HadError) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolStream.cpp38 SymbolStream::getSymbols(bool *HadError) const { in getSymbols() function in SymbolStream
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp665 for (auto &KV : MU->getSymbols()) in replace()
926 for (auto &KV : MU->getSymbols()) { in replace()
939 for (auto &KV : MU->getSymbols()) { in replace()
949 for (auto &KV : UMI->MU->getSymbols()) { in replace()
1324 for (auto &KV : MU->getSymbols()) { in lodgeQueryImpl()
1443 for (auto &KV : MU->getSymbols()) { in lookupImpl()
1535 for (auto &KV : MU.getSymbols()) { in defineImpl()
1563 for (auto &KV : MU.getSymbols()) { in defineImpl()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DOatFile.java98 for (Symbol symbol: symbolTable.getSymbols()) { in OatFile()
449 public List<Symbol> getSymbols() {
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h160 const SymbolTable &getSymbols() const { in getSymbols() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DArchiveWriter.cpp373 getSymbols(MemoryBufferRef Buf, raw_ostream &SymNames, bool &HasObject) { in getSymbols() function
433 getSymbols(Buf, SymNames, HasObject); in computeMemberData()
/external/llvm/include/llvm/MC/
DMCContext.h314 const SymbolTable &getSymbols() const { return Symbols; } in getSymbols() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h365 const SymbolTable &getSymbols() const { return Symbols; } in getSymbols() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp571 EXPECT_EQ(F.getSymbols(), Names) in TEST_F()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp708 for (auto S : Publics->getSymbols(&HadError)) { in dumpPublicsStream()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2123 const InvalidatedSymbols &getSymbols() const { return Symbols; } in getSymbols() function in __anonbddc660f0111::CollectReachableSymbolsCallback
2168 const InvalidatedSymbols &EscapedSymbols = Scanner.getSymbols(); in processPointerEscapedOnBind()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1991 DateFormatSymbols theseSymbols = this.getSymbols(); in TestSimpleDateFormatCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1988 DateFormatSymbols theseSymbols = this.getSymbols(); in TestSimpleDateFormatCoverage()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp492 const MCContext::SymbolTable &Symbols = getContext().getSymbols(); in Run()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java3937 protected DateFormatSymbols getSymbols() { in getSymbols() method in SimpleDateFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java3913 protected DateFormatSymbols getSymbols() { in getSymbols() method in SimpleDateFormat
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp764 for (const auto &TableEntry : getContext().getSymbols()) { in Run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp925 for (const auto &TableEntry : getContext().getSymbols()) { in Run()
/external/icu/icu4j/
Dcoverage-exclusion.txt400 com/ibm/icu/impl/number/Endpoint#getSymbols:(Ljava/util/Locale;)Lcom/ibm/icu/text/DecimalFormatSymb…

12