Searched defs:getWasmSection (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 487 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection() function 491 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function 496 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 543 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection() function 547 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function 552 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 496 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function in MCContext 508 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() function in MCContext
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 619 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function in MCContext 631 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() function in MCContext
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1542 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection() function in WasmObjectFile 1548 WasmObjectFile::getWasmSection(const SectionRef &Section) const { in getWasmSection() function in WasmObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1706 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection() function in WasmObjectFile 1712 WasmObjectFile::getWasmSection(const SectionRef &Section) const { in getWasmSection() function in WasmObjectFile
|