Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Delf.cpp22 void PackELFHeader(Elf64_Ehdr &header, uint32_t version, kungfu::Triple triple) in PackELFHeader()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.h27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler()
Dfile_generators.h228 …erator(const CompilerLog *log, const MethodLogList *logList, EcmaVM* vm, const std::string &triple) in AOTFileGenerator()
265 … StubFileGenerator(const CompilerLog *log, const MethodLogList *logList, const std::string &triple, in StubFileGenerator()
Dpass_manager.h103 … PassManager(EcmaVM* vm, std::string entry, std::string &triple, size_t optLevel, size_t relocMode, in PassManager()
Daot_compiler.cpp95 std::string triple = runtimeOptions.GetTargetTriple(); in Main() local
Dllvm_codegen.cpp214 std::string triple(LLVMGetTarget(module_)); in Initialize() local
320 std::string triple = "x86_64-unknown-linux-gnu"; in Disassemble() local
Dcircuit_builder.h141 …: triple_(GetTripleFromString(triple)), isTraceBc_(isTraceBC), enablePGOProfiler_(enablePGOProfile… in triple_()
188 inline Triple GetTripleFromString(const std::string &triple) in GetTripleFromString()
Dstub_compiler.cpp190 std::string triple = runtimeOptions.GetTargetTriple(); in main() local
Dllvm_ir_builder.cpp1949 LLVMModule::LLVMModule(const std::string &name, const std::string &triple, bool enablePGOProfiler) in LLVMModule()
/arkcompiler/ets_runtime/ecmascript/platform/common/
Delf.cpp47 void PackELFHeader(Elf64_Ehdr &header, uint32_t version, kungfu::Triple triple) in PackELFHeader()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp71 void InitializeLLVM(std::string triple) in InitializeLLVM()
100 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
Dassembler_aarch64_test.cpp66 void InitializeLLVM(std::string triple) in InitializeLLVM()
95 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
/arkcompiler/ets_runtime/ecmascript/
Daot_file_manager.cpp233 void AnFileInfo::Save(const std::string &filename, kungfu::Triple triple) in Save()