HomeSort by relevance Sort by last modified time
    Searched refs:CodeSection (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 84 const ArrayRef<uint8_t>& code() const { return CodeSection; }
181 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Wasm.h 98 const ArrayRef<uint8_t>& code() const { return CodeSection; }
195 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Wasm.h 98 const ArrayRef<uint8_t>& code() const { return CodeSection; }
195 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 84 const ArrayRef<uint8_t>& code() const { return CodeSection; }
181 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Wasm.h 98 const ArrayRef<uint8_t>& code() const { return CodeSection; }
195 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Wasm.h 98 const ArrayRef<uint8_t>& code() const { return CodeSection; }
195 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 208 struct CodeSection : Section {
209 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 219 struct CodeSection : Section {
220 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 219 struct CodeSection : Section {
220 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Wasm.h 145 const ArrayRef<uint8_t>& code() const { return CodeSection; }
246 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Wasm.h 145 const ArrayRef<uint8_t>& code() const { return CodeSection; }
246 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Wasm.h 145 const ArrayRef<uint8_t>& code() const { return CodeSection; }
246 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Wasm.h 145 const ArrayRef<uint8_t>& code() const { return CodeSection; }
246 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 208 struct CodeSection : Section {
209 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 219 struct CodeSection : Section {
220 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 219 struct CodeSection : Section {
220 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Wasm.h 145 const ArrayRef<uint8_t>& code() const { return CodeSection; }
246 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Wasm.h 145 const ArrayRef<uint8_t>& code() const { return CodeSection; }
246 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Wasm.h 145 const ArrayRef<uint8_t>& code() const { return CodeSection; }
246 ArrayRef<uint8_t> CodeSection;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Wasm.h 145 const ArrayRef<uint8_t>& code() const { return CodeSection; }
246 ArrayRef<uint8_t> CodeSection;
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 551 for (const auto& CodeSection : MemMgr.FunctionMemory)
552 Worklist.push_back(std::make_pair(CodeSection.base(), CodeSection.size()));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 265 struct CodeSection : Section {
266 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 265 struct CodeSection : Section {
266 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 265 struct CodeSection : Section {
266 CodeSection() : Section(wasm::WASM_SEC_CODE) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 265 struct CodeSection : Section {
266 CodeSection() : Section(wasm::WASM_SEC_CODE) {}

Completed in 473 milliseconds

1 2