HomeSort by relevance Sort by last modified time
    Searched defs:getValueSymbolTable (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/IR/
BasicBlock.cpp 27 ValueSymbolTable *BasicBlock::getValueSymbolTable() {
29 return &F->getValueSymbolTable();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp 27 ValueSymbolTable *BasicBlock::getValueSymbolTable() {
29 return &F->getValueSymbolTable();
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 349 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }
350 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }
446 return F ? &F->getValueSymbolTable() : 0;
451 return F ? &F->getValueSymbolTable() : 0;
Module.h 445 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
447 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
  /external/llvm/include/llvm/IR/
Function.h 498 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }
499 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }
Module.h 523 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
525 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 523 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
524 inline const ValueSymbolTable *getValueSymbolTable() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 532 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
533 inline const ValueSymbolTable *getValueSymbolTable() const {
Module.h 518 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
520 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 532 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
533 inline const ValueSymbolTable *getValueSymbolTable() const {
Module.h 518 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
520 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 532 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
533 inline const ValueSymbolTable *getValueSymbolTable() const {
Module.h 518 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
520 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 532 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
533 inline const ValueSymbolTable *getValueSymbolTable() const {
Module.h 518 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
520 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 532 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
533 inline const ValueSymbolTable *getValueSymbolTable() const {
Module.h 518 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
520 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 532 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
533 inline const ValueSymbolTable *getValueSymbolTable() const {
Module.h 518 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
520 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 532 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
533 inline const ValueSymbolTable *getValueSymbolTable() const {
Module.h 518 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
520 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 532 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
533 inline const ValueSymbolTable *getValueSymbolTable() const {
Module.h 518 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
520 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
    [all...]

Completed in 1230 milliseconds