Home
last modified time | relevance | path

Searched defs:BBAddrMapSection (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DELFYAML.h343 struct BBAddrMapSection : Section { struct
347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
349 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
353 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DELFYAML.h331 struct BBAddrMapSection : Section { struct
335 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
337 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
341 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DELFYAML.h343 struct BBAddrMapSection : Section { struct
347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
349 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
353 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DELFYAML.h343 struct BBAddrMapSection : Section { struct
347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
349 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
353 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h318 struct BBAddrMapSection : Section { struct
321 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
323 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
327 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1331 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local