OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuntimeDyldError
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
37
class
RuntimeDyldError
: public ErrorInfo<
RuntimeDyldError
> {
40
RuntimeDyldError
(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {}
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h
52
return make_error<
RuntimeDyldError
>(("Unhandled I386 scattered relocation "
62
return make_error<
RuntimeDyldError
>(("MachO I386 relocation type " +
223
return make_error<
RuntimeDyldError
>("Jump-table section does not contain "
RuntimeDyldMachOX86_64.h
67
return make_error<
RuntimeDyldError
>(("MachO X86_64 relocation type " +
RuntimeDyldMachOARM.h
85
return make_error<
RuntimeDyldError
>(("MachO ARM relocation type " +
RuntimeDyldMachOAArch64.h
256
return make_error<
RuntimeDyldError
>("Scattered relocations not supported "
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
56
char
RuntimeDyldError
::ID = 0;
58
void
RuntimeDyldError
::log(raw_ostream &OS) const {
62
std::error_code
RuntimeDyldError
::convertToErrorCode() const {
[
all
...]
RuntimeDyldImpl.h
43
return make_error<
RuntimeDyldError
>("Unimplemented relocation: " #RelType)
RuntimeDyldELF.cpp
[
all
...]
Completed in 171 milliseconds