Home
last modified time | relevance | path

Searched defs:Stub (Results 1 – 23 of 23) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFStub.cpp14 ELFStub::ELFStub(ELFStub const &Stub) { in ELFStub() function in ELFStub
22 ELFStub::ELFStub(ELFStub &&Stub) { in ELFStub() function in ELFStub
H A DTBEHandler.cpp125 std::unique_ptr<ELFStub> Stub(new ELFStub()); in readTBEFromBuffer() local
138 Error elfabi::writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub) { in writeTBEToOutputStream()
H A DELFObjHandler.cpp183 explicit ELFStubBuilder(const ELFStub &Stub) { in ELFStubBuilder()
614 static Error writeELFBinaryToFile(StringRef FilePath, const ELFStub &Stub, in writeELFBinaryToFile()
669 Error writeBinaryStub(StringRef FilePath, const ELFStub &Stub, in writeBinaryStub()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp149 IFSStub(const IFSStub &Stub) in IFSStub()
153 IFSStub(IFSStub &&Stub) in IFSStub() function in IFSStub
192 std::unique_ptr<IFSStub> Stub(new IFSStub()); in readInputFile() local
395 static int writeIfso(const IFSStub &Stub, bool IsWriteIfs) { in writeIfso()
456 IFSStub Stub; in main() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp191 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlockWorkingMem); in writeIndirectStubsBlock() local
245 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlockWorkingMem); in writeIndirectStubsBlock() local
503 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlockWorkingMem); in writeIndirectStubsBlock() local
673 uint32_t *Stub = reinterpret_cast<uint32_t *>(StubsBlockWorkingMem); in writeIndirectStubsBlock() local
892 uint32_t *Stub = reinterpret_cast<uint32_t *>(StubsBlockWorkingMem); in writeIndirectStubsBlock() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/
H A Dllvm-elfabi.cpp66 static Error writeTBE(StringRef FilePath, ELFStub &Stub) { in writeTBE()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DGlobalDecl.h40 Stub = 1, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub() local
H A DRuntimeDyldCOFFAArch64.h112 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp746 for (auto &Stub : Stubs) in emitNonLazyStubs() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp459 void fixPLTEdge(Edge &E, Symbol &Stub) { in fixPLTEdge()
H A DMachO_arm64.cpp452 void fixPLTEdge(Edge &E, Symbol &Stub) { in fixPLTEdge()
H A DELF_x86_64.cpp102 void fixPLTEdge(Edge &E, Symbol &Stub) { in fixPLTEdge()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp541 for (auto &Stub : Stubs) in emitEndOfAsmFile() local
554 for (auto &Stub : Stubs) in emitEndOfAsmFile() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1071 MCSymbolELF *Stub = in EmitFPCallStub() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1763 for (const auto &Stub : Stubs) { in doFinalization() local
1780 for (const auto &Stub : Stubs) { in doFinalization() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1440 MCSymbol *Stub = Ctx.getOrCreateSymbol(Name); in getIndirectSymViaGOTPCRel() local
/netbsd/external/gpl3/gdb/dist/gold/
H A Darm.cc383 class Stub class
390 Stub(const Stub_template* stub_template) in Stub() function in __anon156374cd0111::Stub
/netbsd/external/gpl3/binutils/dist/gold/
H A Darm.cc383 class Stub class
390 Stub(const Stub_template* stub_template) in Stub() function in __anon8af9c48a0111::Stub
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Darm.cc383 class Stub class
390 Stub(const Stub_template* stub_template) in Stub() function in __anonfb8b3b970111::Stub
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Darm.cc383 class Stub class
390 Stub(const Stub_template* stub_template) in Stub() function in __anon0809555a0111::Stub
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp5299 auto *Stub = Builder.CreateLoad(Address(Cast, CGM.getPointerAlign())); in EmitCall() local
H A DCGDebugInfo.cpp3631 bool Stub) { in getFunctionFwdDeclOrStub()