Home
last modified time | relevance | path

Searched defs:SymbolID (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp453 StringRef SymbolID; in ParseDirectiveSecRel32() local
483 StringRef SymbolID; in ParseDirectiveRVA() local
513 StringRef SymbolID; in ParseDirectiveSafeSEH() local
528 StringRef SymbolID; in ParseDirectiveSecIdx() local
543 StringRef SymbolID; in ParseDirectiveSymIdx() local
606 StringRef SymbolID; in ParseSEHDirectiveStartProc() local
639 StringRef SymbolID; in ParseSEHDirectiveHandler() local
/external/llvm-project/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp461 StringRef SymbolID; in ParseDirectiveSecRel32() local
491 StringRef SymbolID; in ParseDirectiveRVA() local
521 StringRef SymbolID; in ParseDirectiveSafeSEH() local
536 StringRef SymbolID; in ParseDirectiveSecIdx() local
551 StringRef SymbolID; in ParseDirectiveSymIdx() local
614 StringRef SymbolID; in ParseSEHDirectiveStartProc() local
653 StringRef SymbolID; in ParseSEHDirectiveHandler() local
/external/llvm-project/clang-tools-extra/clangd/index/remote/
DClient.cpp106 llvm::function_ref<void(const SymbolID &, const clangd::Symbol &)> in relations()
110 [&](std::pair<SymbolID, clangd::Symbol> SubjectAndObject) { in relations()
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp443 StringRef SymbolID; in ParseDirectiveSecRel32() local
458 StringRef SymbolID; in ParseDirectiveSafeSEH() local
473 StringRef SymbolID; in ParseDirectiveSecIdx() local
536 StringRef SymbolID; in ParseSEHDirectiveStartProc() local
569 StringRef SymbolID; in ParseSEHDirectiveHandler() local
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolID.cpp16 SymbolID::SymbolID(llvm::StringRef USR) { in SymbolID() function in clang::clangd::SymbolID
DIndex.cpp75 llvm::function_ref<void(const SymbolID &, const Symbol &)> CB) const { in relations()
DProjectAware.cpp109 llvm::function_ref<void(const SymbolID &, const Symbol &)> Callback) const { in relations()
DMemIndex.cpp93 llvm::function_ref<void(const SymbolID &, const Symbol &)> Callback) const { in relations()
DMerge.cpp132 llvm::function_ref<void(const SymbolID &, const Symbol &)> Callback) const { in relations()
DYAMLSerialization.cpp499 std::string toYAML(const std::pair<SymbolID, llvm::ArrayRef<Ref>> &Data) { in toYAML()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymExpr.h98 typedef unsigned SymbolID; typedef
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymExpr.h112 using SymbolID = unsigned; variable
/external/llvm-project/clang-tools-extra/clangd/unittests/
DRenameTests.cpp57 const auto &SymbolID = findSymbol(Symbols, SymbolName).ID; in buildRefSlab() local
1238 llvm::function_ref<void(const SymbolID &, const Symbol &)> in TEST()
1286 llvm::function_ref<void(const SymbolID &, const Symbol &)>) in TEST()
DFileIndexTests.cpp426 Index.relations(Req, [&](const SymbolID &, const Symbol &) { ++Results; }); in TEST()
453 Index->relations(Req, [&](const SymbolID &, const Symbol &) { ++Results; }); in TEST()
DCodeCompleteTests.cpp1349 llvm::function_ref<void(const SymbolID &, const Symbol &)>) in relations()
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DDex.cpp296 llvm::function_ref<void(const SymbolID &, const Symbol &)> Callback) const { in relations()
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
DMarshalling.cpp209 for (const auto &SymbolID : From.IDs) in toProtobuf() local
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h30 using SymbolID = std::array<uint8_t, 20>; variable